initial commit
This commit is contained in:
BIN
tools/qed/de/doc/qed.hyp
Normal file
BIN
tools/qed/de/doc/qed.hyp
Normal file
Binary file not shown.
BIN
tools/qed/de/doc/qed.ref
Normal file
BIN
tools/qed/de/doc/qed.ref
Normal file
Binary file not shown.
55
tools/qed/de/liesmich.old
Normal file
55
tools/qed/de/liesmich.old
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
Ab der Version 3.09 ist der GEM-Editor qed Public Domain!!
|
||||
|
||||
Auch die Sourcen sind PD, d.h. jeder, der sie haben will, kann sie haben,
|
||||
darf sie ver<65>ndern und darf ver<65>nderte Versionen auch ver<65>ffentlichen.
|
||||
|
||||
Was der Autor allerdings untersagt, ist eine Verbreitung der Quellen
|
||||
bzw. des lauff<66>higen Programmes gegen Geb<65>hren irgendeiner Art!
|
||||
|
||||
Tom Quellenberg im Oktober 1994
|
||||
|
||||
=========================================================================
|
||||
|
||||
Ab der Version 3.20 bin ich, Christian Felsch, f<>r qed zust<73>ndig.
|
||||
Ich habe zun<75>chst die von Tom freigegebenen Turbo C Quellen an Pure C 1.1
|
||||
angepasst, anschlie<69>end einige Fehler korrigiert und noch einige Erweiterungen
|
||||
eingebaut. Was sich genau seit der Version 3.09 ge<67>ndert hat, entnehme man
|
||||
bitte der Datei HISTORY.
|
||||
|
||||
Ich werde auch in Zukunft qed erweitern und ver<65>ffentlichen.
|
||||
Die aktuelle Version von qed inklusive der Quelltexte liegen in der
|
||||
Maus Hamburg (040 - 53897013) im Gruppenprogrammteil QED und auf der
|
||||
WEB-Seite http://www.tu-harburg.de/~smcf1605/qed
|
||||
|
||||
Die aktuelle Version von qed besteht aus den folgenden Dateien und darf
|
||||
nur komplett weitergegeben werden!
|
||||
|
||||
CONVERT/
|
||||
CONVERT.GTP Das Programm zur Konvertierung der alten 'default.qed'
|
||||
CONVERT.TXT (bis Version 3.97) in die 'qed.cfg' (ab Version 4.0).
|
||||
|
||||
HYP
|
||||
QED.HYP
|
||||
QED.REF Der Hypertext f<>r ST-Guide.
|
||||
|
||||
KURZEL/
|
||||
C.KRZ
|
||||
LATEX.KRZ
|
||||
MODULA.KRZ Beispiele f<>r K<>rzeldateien
|
||||
|
||||
TREIBER/
|
||||
... Eine Auswahl von Druckertreibern
|
||||
|
||||
QED.APP Programmdatei
|
||||
QED.RSC Resourcedatei
|
||||
QED.CFG Parameterdatei
|
||||
ICONS.RSC Etwas f<>r die Icon-Sammlung
|
||||
|
||||
|
||||
Christian Felsch
|
||||
Hamburg, 19.09.99
|
||||
|
||||
Kontakt:
|
||||
christian_felsch@hh.maus.de
|
||||
felsch@tu-harburg.de
|
||||
24
tools/qed/de/liesmich.txt
Normal file
24
tools/qed/de/liesmich.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
Ab der Version 3.09 ist der GEM-Editor qed Public Domain!!
|
||||
|
||||
Auch die Sourcen sind PD, d.h. jeder, der sie haben will, kann sie haben,
|
||||
darf sie ver<65>ndern und darf ver<65>nderte Versionen auch ver<65>ffentlichen.
|
||||
|
||||
Was der Autor allerdings untersagt, ist eine Verbreitung der Quellen bzw.
|
||||
des lauff<66>higen Programmes gegen Geb<65>hren irgendeiner Art!
|
||||
|
||||
Tom Quellenberg im Oktober 1994
|
||||
|
||||
=========================================================================
|
||||
|
||||
Von Version 3.20 bis Version 4.53 war Christian Felsch f<>r die
|
||||
Entwicklung von QED zust<73>ndig.
|
||||
|
||||
=========================================================================
|
||||
|
||||
Von Version 5.0 bis 5.0.2 hat Heiko Achilles die Weiterentwicklung von
|
||||
QED <20>bernommen.
|
||||
|
||||
=========================================================================
|
||||
|
||||
Seit 2002 ist QED im FreeMinT CVS/GitHub repository zu finden.
|
||||
Aktuelle Version ist 5.0.5.
|
||||
BIN
tools/qed/de/qed.rsc
Normal file
BIN
tools/qed/de/qed.rsc
Normal file
Binary file not shown.
124
tools/qed/de/syntax/asm.syn
Normal file
124
tools/qed/de/syntax/asm.syn
Normal file
@@ -0,0 +1,124 @@
|
||||
|
||||
;********************************************************
|
||||
[Pure M68K-Assembler-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "s","a","inc"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = " *"," *"
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "*"
|
||||
To = EOL
|
||||
Firstcolumn = TRUE
|
||||
|
||||
<Kommentar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
|
||||
<Opcodes (MC 68030)>
|
||||
Keyword = "abcd","adda","addi","addq","addx","andi","add","and","asl"
|
||||
Keyword = "asr","bfexts","bfextu","bfclr","bfffo","bfins","bfset","bftst"
|
||||
Keyword = "bchg","bkpt","bset","btst","bhi","bls","bcc","bcs","bne","beq"
|
||||
Keyword = "bra","bmi","bpl","bsr","bf","bt","callm","cas2","chk2","cmpa"
|
||||
Keyword = "cmpi","cmpm","cmp2","cas","chk","clr","cmp","divsl","divul"
|
||||
Keyword = "dbhi","dbls","dbcc","dbcs","dbne","dbeq","dbra","dbpl","dbmi"
|
||||
Keyword = "divs","divu","dbf","dbt","eori","extb","eor","exg","ext"
|
||||
Keyword = "illegal","jmp","jsr","link","lea","lsr","lsl","movea","movec"
|
||||
Keyword = "movem","movep","moveq","moves","move","muls","mulu","nbcd"
|
||||
Keyword = "negx","neg","not","ori","or","pack","pea","reset","roxl","roxr"
|
||||
Keyword = "rol","ror","rtd","rte","rtm","rtr","rts","sbcd","stop","suba"
|
||||
Keyword = "subi","subq","subx","swap","shi","sls","scc","scs","sne","seq"
|
||||
Keyword = "smi","spl","sub","sf","st","traphi","trapls","trapcc","trapcs"
|
||||
Keyword = "trapne","trapeq","trapmi","trappl","trapf","trapt","trapv"
|
||||
Keyword = "trap","tas","tst","unlk","unpk"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Direktiven>
|
||||
Keyword = "*=","asciil","asciiz","align","aline","ascii","bss","comm"
|
||||
Keyword = "data","dcb","ds","dc","endmod","export","endif","error","exitm"
|
||||
Keyword = "else","endc","endm","even","end","equ","fline","globl"
|
||||
Keyword = "include","import","ifnb","ifeq","ifne","ifle","iflt","ifge"
|
||||
Keyword = "ifgt","iff","ifb","if1","if2","if","lcomm","local","list"
|
||||
Keyword = "mc68000","mc68010","mc68020","mc68030","mc68040","mc68851"
|
||||
Keyword = "module","macro","nolist","offset","org","print","page","rept"
|
||||
Keyword = "reg","super","set","text","ttl","user","xdef","xref"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Register>
|
||||
Keyword = ")+","-(","a0","a1","a2","a3","a4","a5","a6","a7","ccr","d0"
|
||||
Keyword = "d1","d2","d3","d4","d5","d6","d7","pc","ssp","sp","sr","usp"
|
||||
Keyword = "(",")"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Byte>
|
||||
Keyword = ".b"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Wort>
|
||||
Keyword = ".w"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Long>
|
||||
Keyword = ".l"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Konstante>
|
||||
From = "#"
|
||||
While = "<<",">>"
|
||||
While = "$","+","-",".","0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
134
tools/qed/de/syntax/c.syn
Normal file
134
tools/qed/de/syntax/c.syn
Normal file
@@ -0,0 +1,134 @@
|
||||
|
||||
;********************************************************
|
||||
[C-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "c"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Zeichen>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Zeilenverkettung in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
|
||||
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
|
||||
Keyword = "switch","typedef","while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variablentypen>
|
||||
Keyword = "const","const","char","double","float","int","long","register"
|
||||
Keyword = "signed","static","struct","short","unsigned","union","volatile"
|
||||
Keyword = "void"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Benutzerdefinierte Variablentypen>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Pr<50>prozessor-Direktive>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Oktal-Konstanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
142
tools/qed/de/syntax/cpp.syn
Normal file
142
tools/qed/de/syntax/cpp.syn
Normal file
@@ -0,0 +1,142 @@
|
||||
|
||||
;********************************************************
|
||||
[C++-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "cpp","cc","h"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Zeichen>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Zeilenverkettung in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "and_eq","auto","asm","and","bitand","break","bitor"
|
||||
Keyword = "const_cast","continue","cdecl","catch","class","const","compl"
|
||||
Keyword = "case","dynamic_cast","default","delete","do","explicit"
|
||||
Keyword = "extern","export","else","enum","friend","false","for","goto"
|
||||
Keyword = "inline","if","namespace","not_eq","new","not","operator"
|
||||
Keyword = "or_eq","or","protected","private","pascal","public"
|
||||
Keyword = "reinterpret_cast","return","static_cast","sizeof","switch"
|
||||
Keyword = "template","typename","typedef","typeid","throw","this","true"
|
||||
Keyword = "try","using","virtual","while","xor_eq","xor"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variablentypen>
|
||||
Keyword = "bool","const","const","char","double","float","int","long"
|
||||
Keyword = "mutable","register","signed","static","struct","short"
|
||||
Keyword = "unsigned","union","volatile","void","wchar_t"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Benutzerdefinierte Variablentypen>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Pr<50>prozessor-Direktive>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Oktal-Konstanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
45
tools/qed/de/syntax/errdat.syn
Normal file
45
tools/qed/de/syntax/errdat.syn
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
;********************************************************
|
||||
[ERROR.DAT f<>r Pure C]
|
||||
;********************************************************
|
||||
Txttype = "error.dat"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Warnungen>
|
||||
Keyword = "Warning(s)","Warning "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Errors>
|
||||
Keyword = "Error(s)","Error "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Zeilennummern>
|
||||
From = "1"-"9"
|
||||
To = ":"
|
||||
(Color16)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
41
tools/qed/de/syntax/gfa.syn
Normal file
41
tools/qed/de/syntax/gfa.syn
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
;********************************************************
|
||||
[GFA Basic LST file]
|
||||
;********************************************************
|
||||
Txttype = "lst"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
<Kommentar>
|
||||
From = "REM"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "IF","ELSE","ENDIF","SELECT","CASE","ENDSELECT","FOR","TO","NEXT"
|
||||
Keyword = "AND","OR"
|
||||
Keyword = "PROCEDURE","RETURN","FUNCTION"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "&H"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
145
tools/qed/de/syntax/html.syn
Normal file
145
tools/qed/de/syntax/html.syn
Normal file
@@ -0,0 +1,145 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML]
|
||||
;********************************************************
|
||||
Txttype = "htm","html"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</script>","</select>","</strike>","</strong>","<textarea"
|
||||
Keyword = "<acronym","<address","<bgsound","</blink>","<button>"
|
||||
Keyword = "<caption","<center>","<iframe>","<ilayer>","<isindex"
|
||||
Keyword = "</label>","<legend>","<marquee","<object>","<option>"
|
||||
Keyword = "<script>","</small>","<spacer>","<strike>","<strong>"
|
||||
Keyword = "</style>","</table>","</tbody>","</tfoot>","</thead>"
|
||||
Keyword = "</title>","</abbr>","<above>","<applet","<array>","<blink>"
|
||||
Keyword = "</body>","<center","</cite>","</code>","</font>","</form>"
|
||||
Keyword = "</head>","</html>","<input>","<label>","<layer>","<legend"
|
||||
Keyword = "</menu>","<nextid","</nobr>","</note>","<object","<option"
|
||||
Keyword = "<quote>","<range>","</samp>","<script","<select","<small>"
|
||||
Keyword = "</span>","<strike","<strong","<style>","<table>","<tbody>"
|
||||
Keyword = "<tfoot>","<thead>","<title>","<abbr>","</area","</bdo>"
|
||||
Keyword = "</big>","<body>","<blink","<cite>","<code>","</col>","</del>"
|
||||
Keyword = "</dfn>","</dir>","</div>","<embed","<form>","<frame","<head>"
|
||||
Keyword = "<html>","<input","</ins>","</kbd>","<label","</map>","<menu>"
|
||||
Keyword = "<nobr>","<note>","<param","</pre>","<root>","<samp>","<small"
|
||||
Keyword = "<sound","<span>","<sqrt>","<style","</sub>","</sup>","<table"
|
||||
Keyword = "<tbody","<text>","<tfoot","<thead","</var>","</xmp>","<abbr"
|
||||
Keyword = "<area","<base","<bdo>","<big>","<body","<box>","<cite","<code"
|
||||
Keyword = "<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>","</dt>"
|
||||
Keyword = "</em>","<fig>","<font","<form","</h1>","</h2>","</h3>","</h4>"
|
||||
Keyword = "</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>","<link"
|
||||
Keyword = "<menu","<meta","</ol>","<pre>","<samp","<span","<sub>","<sup>"
|
||||
Keyword = "</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>","<xmp>"
|
||||
Keyword = "</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del","<dfn"
|
||||
Keyword = "<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>","<h4>"
|
||||
Keyword = "<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>","<map"
|
||||
Keyword = "<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>","<th>"
|
||||
Keyword = "<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd","<dl","<dt"
|
||||
Keyword = "<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr","<i>","<li"
|
||||
Keyword = "<ol","<p>","<q>","<s>","<td","<th","<tr","<tt","<u>","<ul","<a"
|
||||
Keyword = "<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attribute>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
792
tools/qed/de/syntax/htmlphp.syn
Normal file
792
tools/qed/de/syntax/htmlphp.syn
Normal file
@@ -0,0 +1,792 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML/PHP-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "php","php4","php3"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Kommentar>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<PHP-Delimiter>
|
||||
Keyword = "<?php","<?","?>"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Zeichen>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Zeilenverkettung in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "break","continue","elseif","endif","echo","else","foreach"
|
||||
Keyword = "for","global","include","if","next","require","return","switch"
|
||||
Keyword = "while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Funktionen>
|
||||
Keyword = "array_merge_recursive","array_count_values","apache_lookup_uri"
|
||||
Keyword = "aspell_check_raw","array_intersect","array_multisort"
|
||||
Keyword = "accept_connect","apache_sub_req","aspell_suggest"
|
||||
Keyword = "assert_options","array_reverse","array_unshift","array_splice"
|
||||
Keyword = "array_unique","array_values","aspell_check","addcslashes"
|
||||
Keyword = "apache_note","array_merge","array_shift","array_slice"
|
||||
Keyword = "addslashes","array_diff","array_flip","array_keys","array_push"
|
||||
Keyword = "array_rand","array_walk","aspell_new","add_iovec","array_pad"
|
||||
Keyword = "array_pop","array_sum","arsort","assert","array","asort"
|
||||
Keyword = "atan2","acos","asin","atan","abs","bindtextdomain"
|
||||
Keyword = "base64_decode","base64_encode","base_convert","bzdecompress"
|
||||
Keyword = "build_iovec","bzcompress","basename","bzerrstr","bcscale"
|
||||
Keyword = "bin2hex","bzclose","bzerrno","bzerror","bzflush","bzwrite"
|
||||
Keyword = "bccomp","bcsqrt","bindec","bzopen","bzread","bcadd","bcdiv"
|
||||
Keyword = "bcmod","bcmul","bcpow","bcsub","bind"
|
||||
Keyword = "cpdf_global_set_document_limits","cpdf_set_viewer_preferences"
|
||||
Keyword = "cpdf_closepath_fill_stroke","confirm_extname_compiled"
|
||||
Keyword = "confirm_zziplib_compiled","cpdf_place_inline_image"
|
||||
Keyword = "cpdf_set_page_animation","cpdf_set_text_rendering"
|
||||
Keyword = "cpdf_setrgbcolor_stroke","cybercash_base64_decode"
|
||||
Keyword = "cybercash_base64_encode","confirm_ctype_compiled"
|
||||
Keyword = "cpdf_set_horiz_scaling","cpdf_closepath_stroke"
|
||||
Keyword = "cpdf_set_char_spacing","cpdf_set_current_page"
|
||||
Keyword = "cpdf_set_word_spacing","cpdf_setrgbcolor_fill"
|
||||
Keyword = "call_user_func_array","cpdf_set_text_matrix"
|
||||
Keyword = "cpdf_add_annotation","cpdf_set_action_url"
|
||||
Keyword = "cpdf_setgray_stroke","connection_aborted","connection_timeout"
|
||||
Keyword = "convert_cyr_string","cpdf_continue_text","cpdf_finalize_page"
|
||||
Keyword = "cpdf_output_buffer","cpdf_set_text_rise","cpdf_setmiterlimit"
|
||||
Keyword = "connection_status","cpdf_save_to_file","cpdf_set_keywords"
|
||||
Keyword = "cpdf_set_text_pos","cpdf_setgray_fill","cpdf_setlinewidth"
|
||||
Keyword = "call_user_method","cpdf_add_outline","cpdf_fill_stroke"
|
||||
Keyword = "cpdf_import_jpeg","cpdf_rotate_text","cpdf_set_creator"
|
||||
Keyword = "cpdf_set_leading","cpdf_set_subject","cpdf_setlinejoin"
|
||||
Keyword = "cpdf_setrgbcolor","cpdf_stringwidth","cpdf_begin_text"
|
||||
Keyword = "cpdf_setlinecap","create_function","call_user_func"
|
||||
Keyword = "ccvs_textvalue","clearstatcache","cpdf_closepath"
|
||||
Keyword = "cpdf_page_init","cpdf_set_title","cpdf_translate"
|
||||
Keyword = "cybercash_decr","cybercash_encr","cpdf_end_text"
|
||||
Keyword = "cpdf_finalize","cpdf_set_font","ccvs_command","ccvs_reverse"
|
||||
Keyword = "class_exists","cpdf_curveto","cpdf_newpath","cpdf_restore"
|
||||
Keyword = "cpdf_rlineto","cpdf_rmoveto","cpdf_setdash","cpdf_setflat"
|
||||
Keyword = "cpdf_setgray","cpdf_show_xy","curl_getinfo","curl_version"
|
||||
Keyword = "cv_textvalue","ccvs_delete","ccvs_lookup","ccvs_report"
|
||||
Keyword = "ccvs_return","ccvs_status","chunk_split","com_propget"
|
||||
Keyword = "com_propput","com_propset","count_chars","cpdf_circle"
|
||||
Keyword = "cpdf_lineto","cpdf_moveto","cpdf_rotate","cpdf_stroke"
|
||||
Keyword = "curl_setopt","ccvs_count","checkdnsrr","com_invoke"
|
||||
Keyword = "cpdf_close","cpdf_scale","curl_close","curl_errno","curl_error"
|
||||
Keyword = "cv_command","cv_reverse","ccvs_auth","ccvs_done","ccvs_init"
|
||||
Keyword = "ccvs_sale","ccvs_void","checkdate","cpdf_clip","cpdf_fill"
|
||||
Keyword = "cpdf_open","cpdf_rect","cpdf_save","cpdf_show","cpdf_text"
|
||||
Keyword = "curl_exec","curl_init","cv_delete","cv_lookup","cv_report"
|
||||
Keyword = "cv_return","cv_status","ccvs_add","ccvs_new","closedir"
|
||||
Keyword = "closelog","com_load","constant","cpdf_arc","cv_count","com_get"
|
||||
Keyword = "com_set","connect","current","cv_auth","cv_done","cv_init"
|
||||
Keyword = "cv_sale","cv_void","cv_add","cv_new","chdir","chgrp","chmod"
|
||||
Keyword = "chown","close","count","crash","crc32","crypt","ceil","chop"
|
||||
Keyword = "copy","chr","cos","dbase_get_record_with_names"
|
||||
Keyword = "display_disabled_function","define_syslog_variables"
|
||||
Keyword = "dav_set_mkcol_handlers","dbase_replace_record"
|
||||
Keyword = "dbase_delete_record","domxml_set_content","domxml_attributes"
|
||||
Keyword = "domxml_new_xmldoc","dbase_add_record","dbase_get_record"
|
||||
Keyword = "dbase_numrecords","domxml_new_child","dbase_numfields"
|
||||
Keyword = "domxml_add_root","domxml_children","domxml_dumpmem"
|
||||
Keyword = "domxml_getattr","domxml_setattr","diskfreespace","dba_firstkey"
|
||||
Keyword = "dba_optimize","dbase_create","delete_iovec","dba_nextkey"
|
||||
Keyword = "dba_replace","dbase_close","dbmfirstkey","domxml_node"
|
||||
Keyword = "domxml_root","dba_delete","dba_exists","dba_insert"
|
||||
Keyword = "dbase_open","dbase_pack","dbmnextkey","dbmreplace","dba_close"
|
||||
Keyword = "dba_fetch","dba_popen","dbmdelete","dbmexists","dbminsert"
|
||||
Keyword = "dcgettext","doubleval","dba_open","dba_sync","dbmclose"
|
||||
Keyword = "dbmfetch","dgettext","dbmopen","defined","deg2rad","dirname"
|
||||
Keyword = "dblist","decbin","dechex","decoct","define","date","dir","dl"
|
||||
Keyword = "extension_loaded","error_reporting","escapeshellarg"
|
||||
Keyword = "escapeshellcmd","eregi_replace","ereg_replace","easter_date"
|
||||
Keyword = "easter_days","ezmlm_hash","error_log","explode","extract"
|
||||
Keyword = "eregi","each","ereg","exec","exit","end","exp"
|
||||
Keyword = "fdf_set_submit_form_action","fdf_set_javascript_action"
|
||||
Keyword = "fdf_next_field_name","filepro_fieldcount","filepro_fieldwidth"
|
||||
Keyword = "filepro_fieldname","filepro_fieldtype","fdf_add_template"
|
||||
Keyword = "filepro_retrieve","filepro_rowcount","fribidi_log2vis"
|
||||
Keyword = "function_exists","fdf_get_status","fdf_set_status"
|
||||
Keyword = "fdf_get_value","fdf_set_flags","fdf_set_value","func_get_args"
|
||||
Keyword = "func_num_args","fdf_get_file","fdf_set_file","func_get_arg"
|
||||
Keyword = "fdf_set_opt","fetch_iovec","file_exists","ftp_connect"
|
||||
Keyword = "ftp_rawlist","ftp_systype","fd_dealloc","fdf_create"
|
||||
Keyword = "fdf_set_ap","free_iovec","frenchtojd","ftp_delete","ftp_rename"
|
||||
Keyword = "fdf_close","fileatime","filectime","filegroup","fileinode"
|
||||
Keyword = "filemtime","fileowner","fileperms","fpassthru","fsockopen"
|
||||
Keyword = "ftp_chdir","ftp_login","ftp_mkdir","ftp_nlist","ftp_rmdir"
|
||||
Keyword = "ftruncate","fd_alloc","fd_clear","fd_isset","fdf_open"
|
||||
Keyword = "fdf_save","filesize","filetype","ftp_cdup","ftp_exec"
|
||||
Keyword = "ftp_fget","ftp_fput","ftp_mdtm","ftp_pasv","ftp_quit"
|
||||
Keyword = "ftp_site","ftp_size","fd_zero","fgetcsv","filepro","ftp_get"
|
||||
Keyword = "ftp_put","ftp_pwd","fclose","fd_set","fflush","fgetss","fscanf"
|
||||
Keyword = "fwrite","fgetc","fgets","flock","floor","flush","fopen","fputs"
|
||||
Keyword = "fread","fseek","fstat","ftell","feof","file"
|
||||
Keyword = "get_html_translation_table","get_magic_quotes_runtime"
|
||||
Keyword = "get_defined_functions","get_loaded_extensions"
|
||||
Keyword = "get_declared_classes","get_magic_quotes_gpc"
|
||||
Keyword = "get_extension_funcs","get_included_files","gmp_perfect_square"
|
||||
Keyword = "get_class_methods","get_resource_type","get_current_user"
|
||||
Keyword = "get_defined_vars","get_parent_class","getprotobynumber"
|
||||
Keyword = "get_all_headers","get_object_vars","get_class_vars"
|
||||
Keyword = "gethostbynamel","getprotobyname","gmp_prob_prime"
|
||||
Keyword = "get_meta_tags","getallheaders","gethostbyaddr","gethostbyname"
|
||||
Keyword = "getservbyname","getservbyport","gregoriantojd","getimagesize"
|
||||
Keyword = "gettimeofday","gmp_divexact","gmp_legendre","gmp_popcount"
|
||||
Keyword = "gzuncompress","get_browser","get_cfg_var","getpeername"
|
||||
Keyword = "getsockname","gmp_hamdist","gmp_sqrtrem","getlastmod"
|
||||
Keyword = "getmyinode","getrandmax","getsockopt","gmp_clrbit","gmp_div_qr"
|
||||
Keyword = "gmp_gcdext","gmp_intval","gmp_invert","gmp_jacobi","gmp_random"
|
||||
Keyword = "gmp_setbit","gmp_strval","gmstrftime","gzcompress","gzpassthru"
|
||||
Keyword = "get_class","getrusage","gmp_div_q","gmp_div_r","gmp_scan0"
|
||||
Keyword = "gmp_scan1","gzdeflate","gzinflate","getmypid","getmyuid"
|
||||
Keyword = "gmmktime","gmp_fact","gmp_init","gmp_powm","gmp_sign"
|
||||
Keyword = "gmp_sqrt","gzencode","gzrewind","getdate","getmxrr","gettext"
|
||||
Keyword = "gettype","gmp_abs","gmp_add","gmp_and","gmp_cmp","gmp_com"
|
||||
Keyword = "gmp_gcd","gmp_mod","gmp_mul","gmp_neg","gmp_pow","gmp_sub"
|
||||
Keyword = "gmp_xor","gzclose","gzgetss","gzwrite","getcwd","getenv"
|
||||
Keyword = "gmdate","gmp_or","gzfile","gzgetc","gzgets","gzopen","gzputs"
|
||||
Keyword = "gzread","gzseek","gztell","gzeof"
|
||||
Keyword = "hw_getobjectbyftquerycollobj","hw_getobjectbyquerycollobj"
|
||||
Keyword = "hw_getobjectbyftquerycoll","hw_getobjectbyftqueryobj"
|
||||
Keyword = "hw_getobjectbyquerycoll","hw_document_attributes"
|
||||
Keyword = "hw_document_setcontent","hw_getobjectbyqueryobj"
|
||||
Keyword = "hw_getchilddoccollobj","hw_getobjectbyftquery"
|
||||
Keyword = "hw_getremotechildren","hw_document_bodytag"
|
||||
Keyword = "hw_document_content","hw_getobjectbyquery","hw_connection_info"
|
||||
Keyword = "hw_getchildcollobj","hw_getchilddoccoll","hw_getsrcbydestobj"
|
||||
Keyword = "hw_output_document","hw_docbyanchorobj","hw_insertdocument"
|
||||
Keyword = "highlight_string","htmlspecialchars","hw_document_size"
|
||||
Keyword = "hw_free_document","hw_getanchorsobj","hw_getparentsobj"
|
||||
Keyword = "hw_incollections","hw_insertanchors","hw_array2objrec"
|
||||
Keyword = "hw_changeobject","hw_deleteobject","hw_getchildcoll"
|
||||
Keyword = "hw_insertobject","hw_modifyobject","hw_new_document"
|
||||
Keyword = "hw_objrec2array","hw_pipedocument","highlight_file"
|
||||
Keyword = "hw_childrenobj","hw_docbyanchor","hw_getusername"
|
||||
Keyword = "hw_setlinkroot","hw_getanchors","hw_getandlock","hw_getparents"
|
||||
Keyword = "hw_getrellink","headers_sent","htmlentities","hw_getobject"
|
||||
Keyword = "hw_getremote","hw_children","hw_edittext","hw_errormsg"
|
||||
Keyword = "hw_identify","hw_pconnect","hw_connect","hw_gettext"
|
||||
Keyword = "hw_inscoll","hw_pipecgi","hw_getcgi","hw_insdoc","hw_unlock"
|
||||
Keyword = "hw_close","hw_dummy","hw_error","hw_mapid","hebrevc","hw_info"
|
||||
Keyword = "hw_root","hw_stat","header","hebrev","hexdec","hw_who","hw_cp"
|
||||
Keyword = "hw_mv","imap_rfc822_parse_adrlist","imap_rfc822_parse_headers"
|
||||
Keyword = "imap_rfc822_write_address","imap_mime_header_decode"
|
||||
Keyword = "iis_getserverbycomment","ingres_field_precision"
|
||||
Keyword = "imagecolortransparent","imagecreatefromstring"
|
||||
Keyword = "ingres_field_nullable","icap_create_calendar"
|
||||
Keyword = "icap_delete_calendar","icap_rename_calendar"
|
||||
Keyword = "imagecolorclosesthwb","imagecolordeallocate"
|
||||
Keyword = "imagefilledrectangle","ifx_blobinfile_mode"
|
||||
Keyword = "ifx_fieldproperties","iis_getserverbypath"
|
||||
Keyword = "iis_getservicestate","imagecolorsforindex"
|
||||
Keyword = "imagecreatefromjpeg","imagecreatefromwbmp"
|
||||
Keyword = "imap_clearflag_full","imap_fetch_overview"
|
||||
Keyword = "imap_fetchstructure","imap_listsubscribed"
|
||||
Keyword = "imap_mailboxmsginfo","ingres_fetch_object"
|
||||
Keyword = "ingres_field_length","ibase_fetch_object","ifx_htmltbl_result"
|
||||
Keyword = "iis_getdirsecurity","iis_getserverright","iis_setappsettings"
|
||||
Keyword = "iis_setdirsecurity","iis_setserverright","imagecolorallocate"
|
||||
Keyword = "imagecreatefromgif","imagecreatefrompng","imagecreatefromxbm"
|
||||
Keyword = "imagecreatefromxpm","imagefilledpolygon","imap_createmailbox"
|
||||
Keyword = "imap_deletemailbox","imap_getsubscribed","imap_renamemailbox"
|
||||
Keyword = "ingres_fetch_array","ingres_field_scale","ibase_blob_cancel"
|
||||
Keyword = "ibase_blob_create","ibase_blob_import","ibase_free_result"
|
||||
Keyword = "icap_delete_event","ifx_affected_rows","ifx_byteasvarchar"
|
||||
Keyword = "ifx_textasvarchar","ifxus_create_slob","ignore_user_abort"
|
||||
Keyword = "imagecolorclosest","imagecolorresolve","imagefilltoborder"
|
||||
Keyword = "imagegammacorrect","imagepsencodefont","imagepsextendfont"
|
||||
Keyword = "imap_getmailboxes","imap_mail_compose","imap_setflag_full"
|
||||
Keyword = "ingres_autocommit","ingres_field_name","ingres_field_type"
|
||||
Keyword = "ingres_num_fields","ibase_blob_close","ibase_field_info"
|
||||
Keyword = "ibase_free_query","ibase_num_fields","icap_fetch_event"
|
||||
Keyword = "icap_list_alarms","icap_list_events","icap_store_event"
|
||||
Keyword = "ifxus_close_slob","ifxus_write_slob","iis_getscriptmap"
|
||||
Keyword = "iis_removeserver","iis_setscriptmap","iis_startservice"
|
||||
Keyword = "imagecolorstotal","imagecopyresized","imagepalettecopy"
|
||||
Keyword = "imagepsslantfont","imap_fetchheader","imap_listmailbox"
|
||||
Keyword = "imap_scanmailbox","imap_unsubscribe","imap_utf7_decode"
|
||||
Keyword = "imap_utf7_encode","ingres_fetch_row","ircg_set_current"
|
||||
Keyword = "is_uploaded_file","ibase_blob_echo","ibase_blob_info"
|
||||
Keyword = "ibase_blob_open","ibase_fetch_row","ifx_create_blob"
|
||||
Keyword = "ifx_create_char","ifx_free_result","ifx_update_blob"
|
||||
Keyword = "ifx_update_char","ifxus_free_slob","ifxus_open_slob"
|
||||
Keyword = "ifxus_read_slob","ifxus_seek_slob","ifxus_tell_slob"
|
||||
Keyword = "iis_startserver","iis_stopservice","imagecolorexact"
|
||||
Keyword = "imagedashedline","imagefontheight","imagepscopyfont"
|
||||
Keyword = "imagepsfreefont","imagepsloadfont","imap_bodystruct"
|
||||
Keyword = "imap_headerinfo","imap_last_error","imap_num_recent"
|
||||
Keyword = "ingres_num_rows","ingres_pconnect","ingres_rollback"
|
||||
Keyword = "ircg_disconnect","ibase_blob_add","ibase_blob_get"
|
||||
Keyword = "ibase_pconnect","ibase_rollback","ifx_fieldtypes"
|
||||
Keyword = "ifx_nullformat","ifx_num_fields","iis_stopserver"
|
||||
Keyword = "imagecopymerge","imagefontwidth","imageinterlace"
|
||||
Keyword = "imagerectangle","imap_fetchbody","imap_fetchtext"
|
||||
Keyword = "imap_mail_copy","imap_mail_move","imap_subscribe"
|
||||
Keyword = "ingres_connect","is_subclass_of","ibase_connect"
|
||||
Keyword = "ibase_execute","ibase_prepare","ibase_timefmt","ifx_copy_blob"
|
||||
Keyword = "ifx_fetch_row","ifx_free_blob","ifx_free_char","iis_addserver"
|
||||
Keyword = "imagecolorset","imageloadfont","imagesetpixel","imagestringup"
|
||||
Keyword = "imap_undelete","ingres_commit","ircg_pconnect","is_executable"
|
||||
Keyword = "ibase_commit","ibase_errmsg","ifx_errormsg","ifx_get_blob"
|
||||
Keyword = "ifx_get_char","ifx_getsqlca","ifx_num_rows","ifx_pconnect"
|
||||
Keyword = "imagecolorat","imagedestroy","imagepolygon","imagettfbbox"
|
||||
Keyword = "imagettftext","imap_expunge","imap_headers","imap_num_msg"
|
||||
Keyword = "ingres_close","ingres_query","is_writeable","ibase_close"
|
||||
Keyword = "ibase_query","ibase_trans","icap_reopen","icap_snooze"
|
||||
Keyword = "ifx_connect","ifx_prepare","imagecharup","imagecreate"
|
||||
Keyword = "imagepsbbox","imagepstext","imagestring","imap_alerts"
|
||||
Keyword = "imap_append","imap_base64","imap_binary","imap_create"
|
||||
Keyword = "imap_delete","imap_errors","imap_header","imap_qprint"
|
||||
Keyword = "imap_rename","imap_reopen","imap_search","imap_status"
|
||||
Keyword = "ini_restore","is_readable","is_resource","is_writable"
|
||||
Keyword = "icap_popen","imagetypes","imap_check","imap_close","imap_msgno"
|
||||
Keyword = "imap_popen","is_integer","is_numeric","icap_open","ifx_close"
|
||||
Keyword = "ifx_error","ifx_query","imagechar","imagecopy","imagefill"
|
||||
Keyword = "imagejpeg","imageline","imagewbmp","imap_8bit","imap_body"
|
||||
Keyword = "imap_list","imap_lsub","imap_mail","imap_open","imap_ping"
|
||||
Keyword = "imap_scan","imap_sort","imap_utf8","ini_alter","iptcembed"
|
||||
Keyword = "iptcparse","ircg_join","ircg_part","is_double","is_object"
|
||||
Keyword = "is_string","imagearc","imagegif","imagepng","imap_uid"
|
||||
Keyword = "in_array","ircg_msg","is_array","is_float","isxdigit","imagesx"
|
||||
Keyword = "imagesy","implode","ini_get","ini_set","ip2long","is_bool"
|
||||
Keyword = "is_file","is_link","is_long","is_null","is_real","isalnum"
|
||||
Keyword = "isalpha","iscntrl","isdigit","isgraph","islower","isprint"
|
||||
Keyword = "ispunct","isspace","isupper","ifx_do","intval","is_dir"
|
||||
Keyword = "is_int","java_last_exception_clear","java_last_exception_get"
|
||||
Keyword = "jdtogregorian","jddayofweek","jdmonthname","jdtofrench"
|
||||
Keyword = "jdtojewish","jdtojulian","jewishtojd","juliantojd","jdtounix"
|
||||
Keyword = "join","krsort","ksort","key","ldap_first_attribute"
|
||||
Keyword = "ldap_get_attributes","ldap_get_values_len"
|
||||
Keyword = "ldap_next_attribute","ldap_count_entries","ldap_8859_to_t61"
|
||||
Keyword = "ldap_first_entry","ldap_free_result","ldap_get_entries"
|
||||
Keyword = "ldap_mod_replace","ldap_t61_to_8859","ldap_explode_dn"
|
||||
Keyword = "ldap_get_option","ldap_get_values","ldap_next_entry"
|
||||
Keyword = "ldap_set_option","ldap_compare","ldap_connect","ldap_err2str"
|
||||
Keyword = "ldap_mod_add","ldap_mod_del","ldap_delete","ldap_dn2ufn"
|
||||
Keyword = "ldap_get_dn","ldap_modify","ldap_search","ldap_unbind"
|
||||
Keyword = "levenshtein","ldap_close","ldap_errno","ldap_error","lcg_value"
|
||||
Keyword = "ldap_bind","ldap_list","ldap_read","localtime","ldap_add"
|
||||
Keyword = "linkinfo","long2ip","listen","log10","lstat","ltrim","leak"
|
||||
Keyword = "link","list","log","mcrypt_module_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_module_is_block_algorithm_mode"
|
||||
Keyword = "mcrypt_enc_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_enc_is_block_algorithm_mode"
|
||||
Keyword = "mcal_event_set_recur_monthly_mday"
|
||||
Keyword = "mcal_event_set_recur_monthly_wday"
|
||||
Keyword = "mcrypt_module_get_algo_block_size"
|
||||
Keyword = "mcrypt_module_is_block_algorithm"
|
||||
Keyword = "mcal_fetch_current_stream_event"
|
||||
Keyword = "mcrypt_module_get_algo_key_size"
|
||||
Keyword = "mcrypt_enc_get_algorithms_name","mcrypt_enc_is_block_algorithm"
|
||||
Keyword = "mcal_event_set_recur_weekly","mcal_event_set_recur_yearly"
|
||||
Keyword = "mcrypt_module_is_block_mode","mcal_event_set_description"
|
||||
Keyword = "mcal_event_set_recur_daily","mssql_min_message_severity"
|
||||
Keyword = "mcal_event_set_recur_none","mcrypt_enc_get_block_size"
|
||||
Keyword = "mcrypt_enc_get_modes_name","mssql_min_client_severity"
|
||||
Keyword = "mssql_min_server_severity","mcal_event_add_attribute"
|
||||
Keyword = "mcrypt_enc_is_block_mode","mssql_min_error_severity"
|
||||
Keyword = "mcal_event_set_category","mcrypt_enc_get_key_size"
|
||||
Keyword = "mcrypt_module_self_test","mcrypt_enc_get_iv_size"
|
||||
Keyword = "mcrypt_get_cipher_name","mcrypt_list_algorithms"
|
||||
Keyword = "mssql_get_last_message","mcrypt_get_block_size"
|
||||
Keyword = "magic_quotes_runtime","mcal_create_calendar"
|
||||
Keyword = "mcal_delete_calendar","mcal_event_set_alarm"
|
||||
Keyword = "mcal_event_set_class","mcal_event_set_start"
|
||||
Keyword = "mcal_event_set_title","mcal_next_recurrence"
|
||||
Keyword = "mcal_rename_calendar","mcrypt_enc_self_test"
|
||||
Keyword = "mhash_get_block_size","mcrypt_generic_init"
|
||||
Keyword = "mcrypt_get_key_size","mcrypt_module_close"
|
||||
Keyword = "mhash_get_hash_name","mssql_affected_rows"
|
||||
Keyword = "mssql_rows_affected","mysql_affected_rows"
|
||||
Keyword = "mysql_escape_string","mysql_fetch_lengths","mcal_days_in_month"
|
||||
Keyword = "mcal_event_set_end","mcrypt_generic_end","mcrypt_get_iv_size"
|
||||
Keyword = "mcrypt_module_open","move_uploaded_file","msql_affected_rows"
|
||||
Keyword = "mssql_fetch_object","mssql_field_length","mysql_fetch_object"
|
||||
Keyword = "mcal_append_event","mcal_date_compare","mcal_delete_event"
|
||||
Keyword = "mcal_is_leap_year","mcal_week_of_year","mcrypt_list_modes"
|
||||
Keyword = "msql_fetch_object","mssql_fetch_array","mssql_fetch_batch"
|
||||
Keyword = "mssql_fetch_field","mssql_free_result","mysql_fetch_array"
|
||||
Keyword = "mysql_fetch_assoc","mysql_fetch_field","mysql_field_flags"
|
||||
Keyword = "mysql_field_table","mysql_free_result","mysql_list_fields"
|
||||
Keyword = "mysql_list_tables","mcal_day_of_week","mcal_day_of_year"
|
||||
Keyword = "mcal_fetch_event","mcal_list_alarms","mcal_list_events"
|
||||
Keyword = "mcal_store_event","mcrypt_create_iv","mdecrypt_generic"
|
||||
Keyword = "mhash_keygen_s2k","msql_fetch_array","msql_fetch_field"
|
||||
Keyword = "msql_field_flags","msql_field_table","msql_free_result"
|
||||
Keyword = "msql_list_fields","msql_list_tables","mssql_field_name"
|
||||
Keyword = "mssql_field_seek","mssql_field_type","mssql_num_fields"
|
||||
Keyword = "mysql_field_name","mysql_field_seek","mysql_field_type"
|
||||
Keyword = "mysql_fieldflags","mysql_fieldtable","mysql_freeresult"
|
||||
Keyword = "mysql_listfields","mysql_listtables","mysql_num_fields"
|
||||
Keyword = "mcal_date_valid","mcal_event_init","mcal_time_valid"
|
||||
Keyword = "msql_field_name","msql_field_seek","msql_field_type"
|
||||
Keyword = "msql_fieldflags","msql_fieldtable","msql_freeresult"
|
||||
Keyword = "msql_listfields","msql_listtables","msql_num_fields"
|
||||
Keyword = "mssql_data_seek","mssql_fetch_row","mssql_select_db"
|
||||
Keyword = "mysql_create_db","mysql_data_seek","mysql_fetch_row"
|
||||
Keyword = "mysql_field_len","mysql_fieldname","mysql_fieldtype"
|
||||
Keyword = "mysql_insert_id","mysql_numfields","mysql_select_db"
|
||||
Keyword = "mysql_tablename","mcrypt_decrypt","mcrypt_encrypt"
|
||||
Keyword = "mcrypt_generic","msql_create_db","msql_data_seek"
|
||||
Keyword = "msql_fetch_row","msql_field_len","msql_fieldname"
|
||||
Keyword = "msql_fieldtype","msql_numfields","msql_select_db"
|
||||
Keyword = "msql_tablename","mssql_num_rows","mssql_pconnect"
|
||||
Keyword = "mysql_createdb","mysql_db_query","mysql_fieldlen"
|
||||
Keyword = "mysql_list_dbs","mysql_num_rows","mysql_pconnect"
|
||||
Keyword = "mysql_selectdb","method_exists","msql_createdb","msql_db_query"
|
||||
Keyword = "msql_fieldlen","msql_list_dbs","msql_num_rows","msql_pconnect"
|
||||
Keyword = "msql_selectdb","mssql_connect","mt_getrandmax","mysql_connect"
|
||||
Keyword = "mysql_db_name","mysql_drop_db","mysql_listdbs","mysql_numrows"
|
||||
Keyword = "msql_connect","msql_drop_db","msql_listdbs","msql_numrows"
|
||||
Keyword = "msql_regcase","mssql_result","mysql_dbname","mysql_dropdb"
|
||||
Keyword = "mysql_result","mcal_reopen","mcal_snooze","mhash_count"
|
||||
Keyword = "msql_dbname","msql_dropdb","msql_result","mssql_close"
|
||||
Keyword = "mssql_query","mysql_close","mysql_errno","mysql_error"
|
||||
Keyword = "mysql_query","mcal_close","mcal_popen","mcrypt_cbc"
|
||||
Keyword = "mcrypt_cfb","mcrypt_ecb","mcrypt_ofb","msql_close","msql_error"
|
||||
Keyword = "msql_query","mcal_open","metaphone","microtime","mt_srand"
|
||||
Keyword = "mt_rand","mktime","mhash","mkdir","mysql","mail","msql","max"
|
||||
Keyword = "md5","min","number_format","natcasesort","new_xmldoc","natsort"
|
||||
Keyword = "nl2br","orbit_get_repository_id","openssl_get_privatekey"
|
||||
Keyword = "openssl_read_publickey","orbit_caught_exception"
|
||||
Keyword = "odbc_columnprivileges","odbc_procedurecolumns"
|
||||
Keyword = "openssl_get_publickey","orbit_exception_value"
|
||||
Keyword = "odbc_field_precision","odbc_tableprivileges"
|
||||
Keyword = "odbc_specialcolumns","ovrimos_free_result"
|
||||
Keyword = "ovrimos_longreadlen","ocicolumnprecision","orbit_exception_id"
|
||||
Keyword = "ovrimos_fetch_into","ovrimos_field_name","ovrimos_field_type"
|
||||
Keyword = "ovrimos_num_fields","ovrimos_result_all","ob_implicit_flush"
|
||||
Keyword = "ocifetchstatement","ociwritelobtofile","odbc_fetch_object"
|
||||
Keyword = "openssl_free_x509","openssl_read_x509","ovrimos_close_all"
|
||||
Keyword = "ovrimos_fetch_row","ovrimos_field_len","ovrimos_field_num"
|
||||
Keyword = "ocicolumntyperaw","ocifreestatement","ociinternaldebug"
|
||||
Keyword = "ocinewdescriptor","ociserverversion","ocistatementtype"
|
||||
Keyword = "odbc_fetch_array","odbc_field_scale","odbc_foreignkeys"
|
||||
Keyword = "odbc_free_result","odbc_gettypeinfo","odbc_longreadlen"
|
||||
Keyword = "odbc_primarykeys","open_listen_sock","openssl_free_key"
|
||||
Keyword = "ovrimos_num_rows","ovrimos_rollback","ob_get_contents"
|
||||
Keyword = "ocicolumnisnull","ocidefinebyname","odbc_autocommit"
|
||||
Keyword = "odbc_fetch_into","odbc_field_name","odbc_field_type"
|
||||
Keyword = "odbc_num_fields","odbc_procedures","odbc_result_all"
|
||||
Keyword = "odbc_statistics","ovrimos_connect","ovrimos_execute"
|
||||
Keyword = "ovrimos_prepare","ocicolumnscale","ocisavelobfile"
|
||||
Keyword = "ocisetprefetch","odbc_close_all","odbc_fetch_row"
|
||||
Keyword = "odbc_field_len","odbc_field_num","odbc_setoption"
|
||||
Keyword = "openssl_verify","ora_columnname","ora_columnsize"
|
||||
Keyword = "ora_columntype","ora_fetch_into","orbit_load_idl"
|
||||
Keyword = "ovrimos_commit","ovrimos_cursor","ovrimos_result"
|
||||
Keyword = "ob_get_length","ocibindbyname","ocicolumnname","ocicolumnsize"
|
||||
Keyword = "ocicolumntype","ocifreecursor","odbc_num_rows","odbc_pconnect"
|
||||
Keyword = "odbc_rollback","ora_commitoff","ora_errorcode","ora_getcolumn"
|
||||
Keyword = "ovrimos_close","ob_end_clean","ob_end_flush","ob_gzhandler"
|
||||
Keyword = "ocifetchinto","ocinewcursor","odbc_binmode","odbc_columns"
|
||||
Keyword = "odbc_connect","odbc_execute","odbc_prepare","openssl_open"
|
||||
Keyword = "openssl_seal","openssl_sign","ora_commiton","ora_rollback"
|
||||
Keyword = "ovrimos_exec","ocifreedesc","ocirollback","ocirowcount"
|
||||
Keyword = "odbc_commit","odbc_cursor","odbc_result","odbc_tables"
|
||||
Keyword = "ora_numcols","ora_numrows","ociexecute","ociloadlob"
|
||||
Keyword = "ocinumcols","ocisavelob","odbc_close","ora_commit","ora_logoff"
|
||||
Keyword = "ora_plogon","ocicancel","ocicommit","ocilogoff","ocinlogon"
|
||||
Keyword = "ociplogon","ociresult","odbc_exec","ora_close","ora_error"
|
||||
Keyword = "ora_fetch","ora_logon","ora_parse","ob_start","ocierror"
|
||||
Keyword = "ocifetch","ocilogon","ociparse","ora_bind","ora_exec"
|
||||
Keyword = "ora_open","odbc_do","opendir","openlog","octdec","ora_do","ord"
|
||||
Keyword = "printer_logical_fontheight","pdf_closepath_fill_stroke"
|
||||
Keyword = "pspell_config_runtogether","pspell_store_replacement"
|
||||
Keyword = "pspell_config_save_repl","pdf_set_text_rendering"
|
||||
Keyword = "pdf_setrgbcolor_stroke","pg_set_client_encoding"
|
||||
Keyword = "printer_draw_rectangle","printer_draw_roundrect"
|
||||
Keyword = "pspell_add_to_personal","pspell_config_personal"
|
||||
Keyword = "pdf_open_memory_image","pdf_set_horiz_scaling"
|
||||
Keyword = "pdf_set_info_keywords","pspell_add_to_session"
|
||||
Keyword = "pdf_closepath_stroke","pdf_get_image_height"
|
||||
Keyword = "pdf_set_border_color","pdf_set_border_style"
|
||||
Keyword = "pdf_set_char_spacing","pdf_set_info_creator"
|
||||
Keyword = "pdf_set_info_subject","pdf_set_word_spacing"
|
||||
Keyword = "pdf_setrgbcolor_fill","pg_setclientencoding"
|
||||
Keyword = "printer_create_brush","printer_delete_brush"
|
||||
Keyword = "printer_select_brush","pspell_clear_session"
|
||||
Keyword = "pspell_config_create","pspell_config_ignore"
|
||||
Keyword = "pspell_save_wordlist","pdf_get_image_width"
|
||||
Keyword = "pdf_open_image_file","pdf_set_border_dash"
|
||||
Keyword = "pdf_set_info_author","printer_create_font"
|
||||
Keyword = "printer_delete_font","printer_draw_elipse"
|
||||
Keyword = "printer_select_font","pspell_new_personal","pdf_add_annotation"
|
||||
Keyword = "pdf_set_info_title","pdf_set_transition","pdf_setgray_stroke"
|
||||
Keyword = "pg_client_encoding","printer_create_pen","printer_delete_pen"
|
||||
Keyword = "printer_get_option","printer_select_pen","printer_set_option"
|
||||
Keyword = "printer_start_page","pspell_config_mode","pspell_config_repl"
|
||||
Keyword = "pdf_continue_text","pdf_get_parameter","pdf_set_parameter"
|
||||
Keyword = "pdf_set_text_rise","pdf_setmiterlimit","pfpro_process_raw"
|
||||
Keyword = "pg_clientencoding","printer_create_dc","printer_delete_dc"
|
||||
Keyword = "printer_draw_text","printer_start_doc","pspell_new_config"
|
||||
Keyword = "pdf_add_bookmark","pdf_get_fontname","pdf_get_fontsize"
|
||||
Keyword = "pdf_set_duration","pdf_set_text_pos","pdf_setgray_fill"
|
||||
Keyword = "pdf_setlinewidth","printer_end_page","pdf_add_outline"
|
||||
Keyword = "pdf_add_pdflink","pdf_add_weblink","pdf_close_image"
|
||||
Keyword = "pdf_fill_stroke","pdf_place_image","pdf_set_leading"
|
||||
Keyword = "pdf_setlinejoin","pdf_setrgbcolor","pdf_stringwidth"
|
||||
Keyword = "pg_errormessage","pg_fetch_object","posix_getgroups"
|
||||
Keyword = "posix_getrlimit","printer_end_doc","parse_ini_file"
|
||||
Keyword = "pdf_begin_page","pdf_setlinecap","pdf_show_boxed"
|
||||
Keyword = "pg_fetch_array","pg_fieldisnull","pg_fieldprtlen"
|
||||
Keyword = "posix_getgrgid","posix_getgrnam","posix_getlogin"
|
||||
Keyword = "posix_getpwnam","posix_getpwuid","preg_match_all"
|
||||
Keyword = "pspell_suggest","pdf_closepath","pdf_get_value","pdf_open_jpeg"
|
||||
Keyword = "pdf_open_tiff","pdf_set_value","pdf_translate","pfpro_cleanup"
|
||||
Keyword = "pfpro_process","pfpro_version","pg_freeresult","pg_getlastoid"
|
||||
Keyword = "php_logo_guid","php_sapi_name","posix_ctermid","posix_getegid"
|
||||
Keyword = "posix_geteuid","posix_getpgid","posix_getpgrp","posix_getppid"
|
||||
Keyword = "posix_setegid","posix_seteuid","posix_setpgid","posix_ttyname"
|
||||
Keyword = "printer_close","printer_write","pdf_end_page","pdf_get_font"
|
||||
Keyword = "pdf_open_gif","pdf_open_png","pdf_set_font","pdf_set_info"
|
||||
Keyword = "pg_cmdtuples","pg_fetch_row","pg_fieldname","pg_fieldsize"
|
||||
Keyword = "pg_fieldtype","pg_loreadall","pg_numfields","posix_getcwd"
|
||||
Keyword = "posix_getgid","posix_getpid","posix_getsid","posix_getuid"
|
||||
Keyword = "posix_isatty","posix_mkfifo","posix_setgid","posix_setsid"
|
||||
Keyword = "posix_setuid","preg_replace","printer_list","printer_name"
|
||||
Keyword = "printer_open","pspell_check","pdf_curveto","pdf_endpath"
|
||||
Keyword = "pdf_restore","pdf_setdash","pdf_setflat","pdf_setgray"
|
||||
Keyword = "pdf_show_xy","pg_end_copy","pg_fieldnum","pg_locreate"
|
||||
Keyword = "pg_loexport","pg_loimport","pg_lounlink","pg_pconnect"
|
||||
Keyword = "pg_put_line","posix_times","posix_uname","pdf_circle"
|
||||
Keyword = "pdf_lineto","pdf_moveto","pdf_rotate","pdf_stroke","pfpro_init"
|
||||
Keyword = "pfsockopen","pg_connect","pg_loclose","pg_lowrite","pg_numrows"
|
||||
Keyword = "pg_options","pg_untrace","phpcredits","phpversion","posix_kill"
|
||||
Keyword = "preg_match","preg_quote","preg_split","pspell_new","parse_str"
|
||||
Keyword = "parse_url","pdf_close","pdf_scale","pg_dbname","pg_loopen"
|
||||
Keyword = "pg_loread","pg_result","php_uname","preg_grep","passthru"
|
||||
Keyword = "pathinfo","pdf_clip","pdf_fill","pdf_open","pdf_rect"
|
||||
Keyword = "pdf_save","pdf_show","pdf_skew","pg_close","pg_trace","pdf_arc"
|
||||
Keyword = "pg_exec","pg_host","pg_port","phpinfo","print_r","pclose"
|
||||
Keyword = "pg_tty","printf","putenv","popen","print","pack","prev","pos"
|
||||
Keyword = "pow","pi","quoted_printable_decode","qdom_tree","quotemeta"
|
||||
Keyword = "readline_completion_function","register_shutdown_function"
|
||||
Keyword = "readline_clear_history","readline_write_history"
|
||||
Keyword = "register_tick_function","readline_list_history"
|
||||
Keyword = "readline_read_history","restore_error_handler"
|
||||
Keyword = "readline_add_history","read_exif_data","readline_info"
|
||||
Keyword = "recode_string","rawurldecode","rawurlencode","recode_file"
|
||||
Keyword = "readgzfile","rewinddir","readfile","readline","readlink"
|
||||
Keyword = "realpath","recvfrom","rad2deg","readdir","recvmsg","recode"
|
||||
Keyword = "rename","rewind","range","readv","reset","rmdir","round"
|
||||
Keyword = "rsort","rtrim","rand","read","recv"
|
||||
Keyword = "satellite_get_repository_id","sybase_min_message_severity"
|
||||
Keyword = "satellite_caught_exception","sybase_min_client_severity"
|
||||
Keyword = "sybase_min_server_severity","satellite_exception_value"
|
||||
Keyword = "session_get_cookie_params","session_set_cookie_params"
|
||||
Keyword = "sybase_min_error_severity","session_set_save_handler"
|
||||
Keyword = "set_magic_quotes_runtime","swf_actiontogglequality"
|
||||
Keyword = "swf_shapefillbitmapclip","swf_shapefillbitmaptile"
|
||||
Keyword = "sybase_get_last_message","satellite_exception_id"
|
||||
Keyword = "swf_actionwaitforframe","session_cache_limiter"
|
||||
Keyword = "session_is_registered","snmp_get_quick_print"
|
||||
Keyword = "snmp_set_quick_print","sybase_affected_rows"
|
||||
Keyword = "session_module_name","session_write_close"
|
||||
Keyword = "set_socket_blocking","socket_set_blocking"
|
||||
Keyword = "swf_actiongotoframe","swf_actiongotolabel"
|
||||
Keyword = "swf_actionnextframe","swf_actionprevframe"
|
||||
Keyword = "swf_actionsettarget","swf_addbuttonrecord"
|
||||
Keyword = "sybase_fetch_object","satellite_load_idl","session_unregister"
|
||||
Keyword = "socket_set_timeout","swf_shapefillsolid","swf_shapelinesolid"
|
||||
Keyword = "sybase_fetch_array","sybase_fetch_field","sybase_free_result"
|
||||
Keyword = "session_save_path","set_error_handler","socket_get_status"
|
||||
Keyword = "swf_getbitmapinfo","swf_shapecurveto3","swf_startdoaction"
|
||||
Keyword = "sybase_field_seek","sybase_num_fields","session_register"
|
||||
Keyword = "swf_actiongeturl","swf_definebitmap","swf_fonttracking"
|
||||
Keyword = "swf_modifyobject","swf_removeobject","swf_shapecurveto"
|
||||
Keyword = "swf_shapefilloff","sybase_data_seek","sybase_fetch_row"
|
||||
Keyword = "sybase_select_db","session_destroy","set_file_buffer"
|
||||
Keyword = "swf_enddoaction","swf_getfontinfo","swf_oncondition"
|
||||
Keyword = "swf_perspective","swf_placeobject","swf_shapelineto"
|
||||
Keyword = "swf_shapemoveto","swf_startbutton","swf_startsymbol"
|
||||
Keyword = "sybase_num_rows","sybase_pconnect","session_decode"
|
||||
Keyword = "session_encode","set_time_limit","shm_remove_var"
|
||||
Keyword = "substr_replace","swf_actionplay","swf_actionstop"
|
||||
Keyword = "swf_definefont","swf_defineline","swf_definepoly"
|
||||
Keyword = "swf_definerect","swf_definetext","swf_labelframe"
|
||||
Keyword = "swf_pushmatrix","swf_startshape","sybase_connect"
|
||||
Keyword = "session_start","session_unset","stripcslashes","strnatcasecmp"
|
||||
Keyword = "swf_closefile","swf_endbutton","swf_endsymbol","swf_fontslant"
|
||||
Keyword = "swf_polarview","swf_popmatrix","swf_showframe","swf_textwidth"
|
||||
Keyword = "swf_translate","sybase_result","session_name","set_nonblock"
|
||||
Keyword = "shmop_delete","similar_text","snmprealwalk","stripslashes"
|
||||
Keyword = "substr_count","swf_addcolor","swf_endshape","swf_fontsize"
|
||||
Keyword = "swf_getframe","swf_mulcolor","swf_openfile","swf_posround"
|
||||
Keyword = "swf_setframe","swf_shapearc","swf_viewport","sybase_close"
|
||||
Keyword = "sybase_query","sem_acquire","sem_release","shm_get_var"
|
||||
Keyword = "shm_put_var","shmop_close","shmop_write","show_source"
|
||||
Keyword = "snmpwalkoid","sql_regcase","str_replace","strncasecmp"
|
||||
Keyword = "swf_setfont","session_id","setsockopt","shell_exec"
|
||||
Keyword = "shm_attach","shm_detach","shm_remove","shmop_open","shmop_read"
|
||||
Keyword = "shmop_size","socketpair","str_repeat","strcasecmp","strip_tags"
|
||||
Keyword = "strtolower","strtoupper","swf_lookat","swf_nextid","swf_ortho2"
|
||||
Keyword = "swf_rotate","serialize","set_iovec","setcookie","setlocale"
|
||||
Keyword = "strnatcmp","strtotime","swf_ortho","swf_scale","shutdown"
|
||||
Keyword = "snmpwalk","strerror","strftime","sem_get","sendmsg","settype"
|
||||
Keyword = "shuffle","snmpget","snmpset","soundex","sprintf","str_pad"
|
||||
Keyword = "strcspn","stristr","strncmp","strrchr","strrpos","symlink"
|
||||
Keyword = "select","sendto","signal","sizeof","socket","spliti","sscanf"
|
||||
Keyword = "strchr","strcmp","strlen","strpos","strrev","strspn","strstr"
|
||||
Keyword = "strtok","strval","substr","syslog","system","sleep","split"
|
||||
Keyword = "srand","strtr","send","sort","sqrt","stat","sin"
|
||||
Keyword = "trigger_error","textdomain","tempnam","tmpfile","touch","time"
|
||||
Keyword = "trim","tan","unregister_tick_function","unserialize"
|
||||
Keyword = "utf8_decode","utf8_encode","urldecode","urlencode","unixtojd"
|
||||
Keyword = "ucfirst","ucwords","uasort","uksort","uniqid","unlink","unpack"
|
||||
Keyword = "usleep","umask","unset","usort","velocis_off_autocommit"
|
||||
Keyword = "velocis_autocommit","velocis_freeresult","velocis_fieldname"
|
||||
Keyword = "velocis_fieldnum","velocis_rollback","velocis_connect"
|
||||
Keyword = "velocis_commit","velocis_result","velocis_close"
|
||||
Keyword = "velocis_fetch","velocis_exec","var_dump","virtual"
|
||||
Keyword = "wddx_serialize_value","wddx_serialize_vars","wddx_packet_start"
|
||||
Keyword = "wddx_deserialize","wddx_packet_end","wddx_add_vars","wordwrap"
|
||||
Keyword = "writev","write","xml_set_processing_instruction_handler"
|
||||
Keyword = "xml_set_unparsed_entity_decl_handler"
|
||||
Keyword = "xml_set_external_entity_ref_handler"
|
||||
Keyword = "xml_set_character_data_handler","xml_get_current_column_number"
|
||||
Keyword = "xml_set_notation_decl_handler","xml_get_current_line_number"
|
||||
Keyword = "xml_get_current_byte_index","xslt_output_begintransform"
|
||||
Keyword = "xslt_output_endtransform","xml_set_default_handler"
|
||||
Keyword = "xml_set_element_handler","xslt_set_error_handler"
|
||||
Keyword = "xml_parse_into_struct","xml_parser_get_option"
|
||||
Keyword = "xml_parser_set_option","xpath_eval_expression"
|
||||
Keyword = "xslt_set_sax_handler","xml_get_error_code","xml_parser_create"
|
||||
Keyword = "xpath_new_context","xslt_fetch_result","xml_error_string"
|
||||
Keyword = "xptr_new_context","xml_parser_free","xml_set_object"
|
||||
Keyword = "xslt_transform","xslt_closelog","xslt_openlog","xslt_process"
|
||||
Keyword = "xslt_create","xmldocfile","xpath_eval","xslt_errno"
|
||||
Keyword = "xslt_error","xml_parse","xptr_eval","xslt_free","xslt_run"
|
||||
Keyword = "xmltree","xmldoc","yp_get_default_domain","yaz_addinfo"
|
||||
Keyword = "yaz_connect","yaz_element","yaz_record","yaz_search"
|
||||
Keyword = "yaz_syntax","yaz_close","yaz_errno","yaz_error","yaz_range"
|
||||
Keyword = "yp_master","yaz_hits","yaz_wait","yp_first","yp_match"
|
||||
Keyword = "yp_order","yp_next","zend_logo_guid","zend_test_func"
|
||||
Keyword = "zend_version"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "0x","0x"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Variablen>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Oktal-Konstanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</option>","</script>","</select>","</strike>","</strong>"
|
||||
Keyword = "<textarea","<acronym","<address","<bgsound","</blink>"
|
||||
Keyword = "<button>","<caption","<center>","<iframe>","<ilayer>"
|
||||
Keyword = "<isindex","</label>","<legend>","<marquee","<object>"
|
||||
Keyword = "<option>","<script>","</small>","<spacer>","<strike>"
|
||||
Keyword = "<strong>","</style>","</table>","</tbody>","</tfoot>"
|
||||
Keyword = "</thead>","</title>","</abbr>","<above>","<applet","<array>"
|
||||
Keyword = "<blink>","</body>","<center","</cite>","</code>","</font>"
|
||||
Keyword = "</form>","</head>","</html>","<input>","<label>","<layer>"
|
||||
Keyword = "<legend","</menu>","<nextid","</nobr>","</note>","<object"
|
||||
Keyword = "<option","<quote>","<range>","</samp>","<script","<select"
|
||||
Keyword = "<small>","</span>","<strike","<strong","<style>","<table>"
|
||||
Keyword = "<tbody>","<tfoot>","<thead>","<title>","<abbr>","</area"
|
||||
Keyword = "</bdo>","</big>","<body>","<blink","<cite>","<code>","</col>"
|
||||
Keyword = "</del>","</dfn>","</dir>","</div>","<embed","<form>","<frame"
|
||||
Keyword = "<head>","<html>","<input","</ins>","</kbd>","<label","</map>"
|
||||
Keyword = "<menu>","<nobr>","<note>","<param","</pre>","<root>","<samp>"
|
||||
Keyword = "<small","<sound","<span>","<sqrt>","<style","</sub>","</sup>"
|
||||
Keyword = "<table","<tbody","<text>","<tfoot","<thead","</var>","</xmp>"
|
||||
Keyword = "<abbr","<area","<base","<bdo>","<big>","<body","<box>","<cite"
|
||||
Keyword = "<code","<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>"
|
||||
Keyword = "</dt>","</em>","<fig>","<font","<form","</h1>","</h2>","</h3>"
|
||||
Keyword = "</h4>","</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>"
|
||||
Keyword = "<link","<menu","<meta","</ol>","<pre>","<samp","<span","<sub>"
|
||||
Keyword = "<sup>","</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>"
|
||||
Keyword = "<xmp>","</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del"
|
||||
Keyword = "<dfn","<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>"
|
||||
Keyword = "<h4>","<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>"
|
||||
Keyword = "<map","<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>"
|
||||
Keyword = "<th>","<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd"
|
||||
Keyword = "<dl","<dt","<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr"
|
||||
Keyword = "<i>","<li","<ol","<p>","<q>","<s>","<td","<th","<tr","<tt"
|
||||
Keyword = "<u>","<ul","<a","<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attribute>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
65
tools/qed/de/syntax/manitor.syn
Normal file
65
tools/qed/de/syntax/manitor.syn
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
;********************************************************
|
||||
[Manitor-Logfile]
|
||||
;********************************************************
|
||||
Txttype = "manitor.log"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Gesendet>
|
||||
From = "Message send"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Empfangen>
|
||||
From = "Message received"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
|
||||
<AV-Protokoll>
|
||||
From = "AV_","VA_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
|
||||
<GEMScript>
|
||||
From = "GS_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
33
tools/qed/de/syntax/mup.syn
Normal file
33
tools/qed/de/syntax/mup.syn
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
;********************************************************
|
||||
[bash/Mupfel-Script]
|
||||
;********************************************************
|
||||
Txttype = "mup"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "break","case","done","do","export","elif","else","esac","exit"
|
||||
Keyword = "function","for","fi","if","in","return","select","then","until"
|
||||
Keyword = "while"
|
||||
Keyword = "."
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
78
tools/qed/de/syntax/pas.syn
Normal file
78
tools/qed/de/syntax/pas.syn
Normal file
@@ -0,0 +1,78 @@
|
||||
|
||||
;********************************************************
|
||||
[Pascal-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "pas","i"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "(*"
|
||||
To = "*)"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "{"
|
||||
To = "}"
|
||||
|
||||
<Zeichenkette>
|
||||
From = "'"
|
||||
To = "'"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Variablentypen>
|
||||
Keyword = "array","alfa","boolean","byte","char","integer","long_integer"
|
||||
Keyword = "of","packed","real","short_integer","string","text"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "and","begin","const","case","downto","div","do","external"
|
||||
Keyword = "exit","else","end","function","forward","for","goto","if","in"
|
||||
Keyword = "label","loop","mod","not","otherwise","or","procedure"
|
||||
Keyword = "program","repeat","set","type","then","to","until","var"
|
||||
Keyword = "while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
110
tools/qed/de/syntax/scl.syn
Normal file
110
tools/qed/de/syntax/scl.syn
Normal file
@@ -0,0 +1,110 @@
|
||||
|
||||
;********************************************************
|
||||
[SCEleton]
|
||||
;********************************************************
|
||||
Txttype = "scl"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Zeichen>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "begin","end"
|
||||
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
|
||||
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
|
||||
Keyword = "switch","typedef","while"
|
||||
Keyword = "try","catch"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variablentypen>
|
||||
Keyword = "Ganzzahl","Gleitpunktzahl","Zeichenkette","Liste"
|
||||
Keyword = "global", "static"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Pr<50>prozessor-Direktive>
|
||||
Keyword = "include"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
88
tools/qed/de/syntax/sic.syn
Normal file
88
tools/qed/de/syntax/sic.syn
Normal file
@@ -0,0 +1,88 @@
|
||||
|
||||
;********************************************************
|
||||
[Scripter-Script]
|
||||
;********************************************************
|
||||
Txttype = "sic"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Zeichen>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "auto","break","continue","cdecl","catch","case","default","do"
|
||||
Keyword = "extern","else","enum","function","forever","for","goto","if"
|
||||
Keyword = "local","pascal","proc","return","sizeof","switch","typedef"
|
||||
Keyword = "try","uses","while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
48
tools/qed/de/syntax/stg.syn
Normal file
48
tools/qed/de/syntax/stg.syn
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
;********************************************************
|
||||
[ST-Guide-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "stg"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kennwort>
|
||||
Keyword = "@autorefoff","@autorefon","@indexoff","@database","@hostname"
|
||||
Keyword = "@keywords","@wordwrap","@default","@endnode","@indexon"
|
||||
Keyword = "@subject","@include","@options","@tabsize","@endtree","@alabel"
|
||||
Keyword = "@extern","@symbol","@limage","@author","@remark","@define"
|
||||
Keyword = "@height","@master","@label","@pnode","@width","@endif","@alias"
|
||||
Keyword = "@noref","@image","@$VER:","@index","@title","@dnode","@help"
|
||||
Keyword = "@next","@node","@prev","@else","@xref","@uses","@line","@rbox"
|
||||
Keyword = "@tree","@font","@toc","@box","@(c)","@if"
|
||||
Keyword = "@os","@charset","@lang","@inputenc"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Format-Information>
|
||||
From = "@{"
|
||||
To = "}"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
93
tools/qed/de/syntax/syn.syn
Normal file
93
tools/qed/de/syntax/syn.syn
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
;********************************************************
|
||||
[QED-Syntax-Datei]
|
||||
;********************************************************
|
||||
Txttype = "syn","syn_cfg.qed"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Zeichenkette>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "attribs","active","bold","casesensitive","color","eol"
|
||||
Keyword = "firstcolumn","false","from","italic","keyword","light","nested"
|
||||
Keyword = "none","quotechar","selcolor","txttype","token","true","to"
|
||||
Keyword = "while"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Textbeschreibung>
|
||||
From = "["
|
||||
To = "]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Regelbeschreibung>
|
||||
From = "<"
|
||||
To = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Farbaufl<66>sung>
|
||||
From = "(color"
|
||||
To = ")"
|
||||
(Color2)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color256)
|
||||
Attribs = BOLD, ITALIC
|
||||
|
||||
<Dezimal-Konstanten 0..9>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
388
tools/qed/de/syntax/udo.syn
Normal file
388
tools/qed/de/syntax/udo.syn
Normal file
@@ -0,0 +1,388 @@
|
||||
;********************************************************
|
||||
[UDO-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "u","ui","uig"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Abfragebefehle>
|
||||
Keyword = "!ifndest","!ifnlang","!ifnos","!ifset"
|
||||
Keyword = "!ifdest","!ifdest","!iflang","!ifnset"
|
||||
Keyword = "!else","!ifos","!endif","!if"
|
||||
(Color16)
|
||||
Color = 3
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 3
|
||||
Selcolor = 3
|
||||
|
||||
<AlteKennwort>
|
||||
; Old Kommaondos
|
||||
Keyword = "!code_dos","!code_hp8","!code_iso","!code_mac","!code_tos"
|
||||
Keyword = "!no_toc_subsubsubnodes", "!no_toc_subsubnodes","!no_toc_subnodes"
|
||||
Keyword = "!stg_no_database", "!html_use_xlist","!use_justified"
|
||||
Keyword = "!programimage","!authorimage","!use_xlist","!program"
|
||||
Keyword = "!country","!version","!author","!street"
|
||||
Keyword = "!=asc","!=man","!=pch","!=rtf","!=stg","!=tex","!=win"
|
||||
Keyword = "!=htag","!=html","!title","!date"
|
||||
Keyword = "!=info","!=ldoc","!email","!ldoc"
|
||||
Keyword = "!=aqv","!aqv","!info"
|
||||
Keyword = "!town","!asc","!pch","!stg"
|
||||
Keyword = "!short"
|
||||
Keyword = "!use_short_envs"
|
||||
; Keyword = "!html","!rtf","!man","!htag"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Kennwort>
|
||||
; aktuelle Kommandos
|
||||
Keyword = "!begin_sourcecode", "!begin_verbatim","!end_sourcecode"
|
||||
Keyword = "!end_verbatim","!begin_table","!begin_raw"
|
||||
Keyword = "!end_table","!end_raw"
|
||||
Keyword = "!raw"
|
||||
Keyword = "!item [ ]"
|
||||
Keyword = "!code_target", "!code_source"
|
||||
Keyword = "!node", "!n"
|
||||
Keyword = "!subnode", "!sn"
|
||||
Keyword = "!subsubnode", "!ssn"
|
||||
Keyword = "!subsubsubnode", "!sssn"
|
||||
Keyword = "!node*", "!n*"
|
||||
Keyword = "!subnode*", "!sn*"
|
||||
Keyword = "!subsubnode*", "!ssn*"
|
||||
Keyword = "!subsubsubnode*", "!sssn*"
|
||||
Keyword = "!pnode", "!p"
|
||||
Keyword = "!psubnode", "!ps"
|
||||
Keyword = "!psubsubnode", "!pss"
|
||||
Keyword = "!psubsubsubnode", "!psss"
|
||||
Keyword = "!pnode*", "!p*"
|
||||
Keyword = "!psubnode*", "!ps*"
|
||||
Keyword = "!psubsubnode*", "!pss*"
|
||||
Keyword = "!psubsubsubnode*", "!psss*"
|
||||
Keyword = "!begin_node", "!bn"
|
||||
Keyword = "!begin_node*", "!bn*"
|
||||
Keyword = "!begin_pnode", "!bp"
|
||||
Keyword = "!begin_pnode*", "!bp*"
|
||||
Keyword = "!end_node", "!en"
|
||||
Keyword = "!item", "!i"
|
||||
Keyword = "!begin_itemize", "!bi"
|
||||
Keyword = "!end_itemize", "!ei"
|
||||
Keyword = "!begin_enumerate", "!be"
|
||||
Keyword = "!end_enumerate", "!ee"
|
||||
Keyword = "!begin_description", "!bd"
|
||||
Keyword = "!end_description", "!ed"
|
||||
Keyword = "!begin_xlist", "!bxl"
|
||||
Keyword = "!end_xlist", "!exl"
|
||||
Keyword = "!begin_blist", "!bbl"
|
||||
Keyword = "!end_blist", "!ebl"
|
||||
Keyword = "!begin_ilist", "!bil"
|
||||
Keyword = "!end_ilist", "!eil"
|
||||
Keyword = "!begin_tlist", "!btl"
|
||||
Keyword = "!end_tlist", "!etl"
|
||||
Keyword = "!begin_quote", "!bq"
|
||||
Keyword = "!end_quote", "!eq"
|
||||
Keyword = "!begin_center", "!bc"
|
||||
Keyword = "!end_center", "!ec"
|
||||
Keyword = "!begin_flushright", "!bfr"
|
||||
Keyword = "!end_flushright", "!efr"
|
||||
Keyword = "!begin_flushleft", "!bfl"
|
||||
Keyword = "!end_flushleft", "!efl"
|
||||
Keyword = "!begin_ignore"
|
||||
Keyword = "!end_ignore"
|
||||
Keyword = "!label", "!l"
|
||||
Keyword = "!alias", "!a"
|
||||
Keyword = "!index", "!x"
|
||||
Keyword = "!heading", "!h"
|
||||
Keyword = "!subheading", "!sh"
|
||||
Keyword = "!subsubheading", "!ssh"
|
||||
Keyword = "!subsubsubheading", "!sssh"
|
||||
Keyword = "!listheading", "!lh"
|
||||
Keyword = "!listsubheading", "!lsh"
|
||||
Keyword = "!listsubsubheading", "!lssh"
|
||||
Keyword = "!listsubsubsubheading", "!lsssh"
|
||||
Keyword = "!jumpid"
|
||||
Keyword = "!win_helpid"
|
||||
Keyword = "!wh4_helpid"
|
||||
Keyword = "!mapping"
|
||||
Keyword = "!html_name"
|
||||
Keyword = "!html_dirname"
|
||||
Keyword = "!html_keywords"
|
||||
Keyword = "!html_description"
|
||||
Keyword = "!html_backimage"
|
||||
Keyword = "!html_navigation"
|
||||
Keyword = "!html_backcolor"
|
||||
Keyword = "!html_textcolor"
|
||||
Keyword = "!html_linkcolor"
|
||||
Keyword = "!html_alinkcolor"
|
||||
Keyword = "!html_vlinkcolor"
|
||||
Keyword = "!html_verbatim_backcolor"
|
||||
Keyword = "!html_counter_command"
|
||||
Keyword = "!html_javascript"
|
||||
Keyword = "!hh_backimage"
|
||||
Keyword = "!hh_backcolor"
|
||||
Keyword = "!hh_textcolor"
|
||||
Keyword = "!hh_linkcolor"
|
||||
Keyword = "!hh_alinkcolor"
|
||||
Keyword = "!hh_vlinkcolor"
|
||||
Keyword = "!hh_verbatim_backcolor"
|
||||
Keyword = "!chapterimage"
|
||||
Keyword = "!chaptericon"
|
||||
Keyword = "!chaptericon_active"
|
||||
Keyword = "!chaptericon_text"
|
||||
Keyword = "!newpage"
|
||||
Keyword = "!comment"
|
||||
Keyword = "!include"
|
||||
Keyword = "!vinclude"
|
||||
Keyword = "!rinclude"
|
||||
Keyword = "!sinclude"
|
||||
Keyword = "!cinclude"
|
||||
Keyword = "!ldinclude"
|
||||
Keyword = "!pinclude"
|
||||
Keyword = "!input"
|
||||
Keyword = "!image"
|
||||
Keyword = "!image*"
|
||||
Keyword = "!bigskip"
|
||||
Keyword = "!medskip"
|
||||
Keyword = "!smallskip"
|
||||
Keyword = "!tex_dpi"
|
||||
Keyword = "!tex_verb"
|
||||
Keyword = "!maketitle"
|
||||
Keyword = "!tableofcontents"
|
||||
Keyword = "!listoffigures"
|
||||
Keyword = "!listoftables"
|
||||
Keyword = "!toc"
|
||||
Keyword = "!subtoc"
|
||||
Keyword = "!subsubtoc"
|
||||
Keyword = "!subsubsubtoc"
|
||||
Keyword = "!begin_appendix"
|
||||
Keyword = "!end_appendix"
|
||||
Keyword = "!begin_document"
|
||||
Keyword = "!end_document"
|
||||
Keyword = "!sloppy"
|
||||
Keyword = "!fussy"
|
||||
Keyword = "!code"
|
||||
Keyword = "!autoref"
|
||||
Keyword = "!autoref_items"
|
||||
Keyword = "!hline"
|
||||
Keyword = "!table_caption"
|
||||
Keyword = "!table_caption*"
|
||||
Keyword = "!universal_charset"
|
||||
Keyword = "!win_charwidth"
|
||||
Keyword = "!wh4_charwidth"
|
||||
Keyword = "!rtf_charwidth"
|
||||
Keyword = "!rtf_add_colour"
|
||||
Keyword = "!rtf_keep_tables"
|
||||
Keyword = "!html_img_suffix"
|
||||
Keyword = "!html_nodesize"
|
||||
Keyword = "!htag_img_suffix"
|
||||
Keyword = "!tabwidth"
|
||||
Keyword = "!verbatimsize"
|
||||
Keyword = "!linedrawsize"
|
||||
Keyword = "!set"
|
||||
Keyword = "!unset"
|
||||
Keyword = "!drc_bcolor"
|
||||
Keyword = "!drc_icolor"
|
||||
Keyword = "!drc_ucolor"
|
||||
Keyword = "!use_raw_header"
|
||||
Keyword = "!use_raw_footer"
|
||||
Keyword = "!udolink"
|
||||
Keyword = "!toplink"
|
||||
Keyword = "!endnode"
|
||||
Keyword = "!ignore_subtoc"
|
||||
Keyword = "!ignore_subsubtoc"
|
||||
Keyword = "!ignore_subsubsubtoc"
|
||||
Keyword = "!ignore_links"
|
||||
Keyword = "!ignore_index"
|
||||
Keyword = "!ignore_title"
|
||||
Keyword = "!ignore_headline"
|
||||
Keyword = "!ignore_bottomline"
|
||||
Keyword = "!ignore_raw_header"
|
||||
Keyword = "!ignore_raw_footer"
|
||||
Keyword = "!macro"
|
||||
Keyword = "!define"
|
||||
Keyword = "!hyphen"
|
||||
Keyword = "!docinfo"
|
||||
Keyword = "!doclayout"
|
||||
Keyword = "!toc_offset"
|
||||
Keyword = "!subtoc_offset"
|
||||
Keyword = "!subsubtoc_offset"
|
||||
Keyword = "!subsubsubtoc_offset"
|
||||
Keyword = "!table_counter"
|
||||
Keyword = "!table_alignment"
|
||||
Keyword = "!image_counter"
|
||||
Keyword = "!image_alignment"
|
||||
Keyword = "!tex_lindner"
|
||||
Keyword = "!tex_strunk"
|
||||
Keyword = "!tex_emtex"
|
||||
Keyword = "!tex_miktex"
|
||||
Keyword = "!tex_tetex"
|
||||
Keyword = "!tex_2e"
|
||||
Keyword = "!tex_209"
|
||||
Keyword = "!html_name_prefix"
|
||||
Keyword = "!html_no_xlist"
|
||||
Keyword = "!html_backpage"
|
||||
Keyword = "!html_propfont_name"
|
||||
Keyword = "!html_propfont_size"
|
||||
Keyword = "!html_monofont_name"
|
||||
Keyword = "!html_monofont_size"
|
||||
Keyword = "!html_merge_nodes"
|
||||
Keyword = "!html_merge_subnodes"
|
||||
Keyword = "!html_merge_subsubnodes"
|
||||
Keyword = "!html_merge_subsubsubnodes"
|
||||
Keyword = "!html_ignore_8bit"
|
||||
Keyword = "!html_modern_layout"
|
||||
Keyword = "!html_modern_width"
|
||||
Keyword = "!html_modern_alignment"
|
||||
Keyword = "!html_modern_backcolor"
|
||||
Keyword = "!html_modern_backimage"
|
||||
Keyword = "!html_frames_layout"
|
||||
Keyword = "!html_frames_width"
|
||||
Keyword = "!html_frames_alignment"
|
||||
Keyword = "!html_frames_height"
|
||||
Keyword = "!html_frames_position"
|
||||
Keyword = "!html_frames_backcolor"
|
||||
Keyword = "!html_frames_textcolor"
|
||||
Keyword = "!html_frames_linkcolor"
|
||||
Keyword = "!html_frames_alinkcolor"
|
||||
Keyword = "!html_frames_vlinkcolor"
|
||||
Keyword = "!html_frames_backimage"
|
||||
Keyword = "!html_doctype"
|
||||
Keyword = "!html_style_name"
|
||||
Keyword = "!html_script_name"
|
||||
Keyword = "!html_favicon_name"
|
||||
Keyword = "!html_button_alignment"
|
||||
Keyword = "!html_switch_language"
|
||||
Keyword = "!html_use_hyphenation"
|
||||
Keyword = "!html_transparent_buttons"
|
||||
Keyword = "!html_use_folders"
|
||||
Keyword = "!html_header_date"
|
||||
Keyword = "!html_header_links"
|
||||
Keyword = "!rtf_propfont"
|
||||
Keyword = "!rtf_monofont"
|
||||
Keyword = "!rtf_propfont_size"
|
||||
Keyword = "!rtf_monofont_size"
|
||||
Keyword = "!rtf_no_tables"
|
||||
Keyword = "!win_propfont"
|
||||
Keyword = "!win_monofont"
|
||||
Keyword = "!win_propfont_size"
|
||||
Keyword = "!win_monofont_size"
|
||||
Keyword = "!win_backcolor"
|
||||
Keyword = "!win_textcolor"
|
||||
Keyword = "!win_linkcolor"
|
||||
Keyword = "!win_background"
|
||||
Keyword = "!win_inline_bitmaps"
|
||||
Keyword = "!win_high_compression"
|
||||
Keyword = "!win_medium_compression"
|
||||
Keyword = "!win_old_keywords"
|
||||
Keyword = "!wh4_propfont"
|
||||
Keyword = "!wh4_monofont"
|
||||
Keyword = "!wh4_propfont_size"
|
||||
Keyword = "!wh4_monofont_size"
|
||||
Keyword = "!wh4_backcolor"
|
||||
Keyword = "!wh4_textcolor"
|
||||
Keyword = "!wh4_background"
|
||||
Keyword = "!wh4_inline_bitmaps"
|
||||
Keyword = "!wh4_high_compression"
|
||||
Keyword = "!wh4_medium_compression"
|
||||
Keyword = "!wh4_old_keywords"
|
||||
Keyword = "!win_prefix_helpids"
|
||||
Keyword = "!wh4_prefix_helpids"
|
||||
Keyword = "!pdf_high_compression"
|
||||
Keyword = "!pdf_medium_compression"
|
||||
Keyword = "!parwidth"
|
||||
Keyword = "!sort_hyphen_file"
|
||||
Keyword = "!man_lpp"
|
||||
Keyword = "!man_type"
|
||||
Keyword = "!drc_flags"
|
||||
Keyword = "!nroff_type"
|
||||
Keyword = "!language"
|
||||
Keyword = "!break"
|
||||
Keyword = "!error"
|
||||
Keyword = "!nop"
|
||||
Keyword = "!compressed", "!not_compressed"
|
||||
|
||||
Keyword = "!use_auto_subtocs"
|
||||
Keyword = "!use_auto_subsubtocs"
|
||||
Keyword = "!use_auto_subsubsubtocs", "!depth"
|
||||
Keyword = "!use_auto_toptocs", "!no_icons"
|
||||
Keyword = "!use_short_tocs"
|
||||
Keyword = "!use_compressed_envs"
|
||||
Keyword = "!use_compressed_descriptions"
|
||||
Keyword = "!use_compressed_enumerates"
|
||||
Keyword = "!use_compressed_itemizes"
|
||||
Keyword = "!use_compressed_lists"
|
||||
Keyword = "!use_formfeed"
|
||||
Keyword = "!use_chapter_images"
|
||||
Keyword = "!use_about_udo"
|
||||
Keyword = "!use_ansi_tables"
|
||||
Keyword = "!use_style_book"
|
||||
Keyword = "!use_justification"
|
||||
Keyword = "!use_output_buffer"
|
||||
Keyword = "!use_nodes_inside_index"
|
||||
Keyword = "!use_alias_inside_index"
|
||||
Keyword = "!use_label_inside_index"
|
||||
Keyword = "!use_udo_index"
|
||||
Keyword = "!use_mirrored_indices"
|
||||
Keyword = "!use_comments"
|
||||
Keyword = "!use_auto_helpids"
|
||||
Keyword = "!no_index"
|
||||
Keyword = "!no_images"
|
||||
Keyword = "!no_img_size"
|
||||
Keyword = "!no_numbers"
|
||||
Keyword = "!no_umlaute"
|
||||
Keyword = "!no_8bit"
|
||||
Keyword = "!no_xlinks"
|
||||
Keyword = "!no_urls"
|
||||
Keyword = "!no_links"
|
||||
Keyword = "!no_verbatim_umlaute"
|
||||
Keyword = "!no_effects"
|
||||
Keyword = "!no_quotes"
|
||||
Keyword = "!no_preamble"
|
||||
Keyword = "!no_titles"
|
||||
Keyword = "!no_headlines"
|
||||
Keyword = "!no_bottomlines"
|
||||
Keyword = "!no_popup_headlines"
|
||||
Keyword = "!no_footers"
|
||||
Keyword = "!no_buttons"
|
||||
Keyword = "!no_sourcecode"
|
||||
Keyword = "!no_table_lines"
|
||||
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Format-Information>
|
||||
From = "(!"
|
||||
To = ")"
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
BIN
tools/qed/doc/qed.hyp
Normal file
BIN
tools/qed/doc/qed.hyp
Normal file
Binary file not shown.
BIN
tools/qed/doc/qed.ref
Normal file
BIN
tools/qed/doc/qed.ref
Normal file
Binary file not shown.
27
tools/qed/fr/NdT.txt
Normal file
27
tools/qed/fr/NdT.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
Version 5.0
|
||||
Notes du Traducteur :
|
||||
|
||||
Qed ne souligne pas les raccourcis dans les boutons, n<>anmoins ils existent.
|
||||
Il s'agit en g<>n<EFBFBD>ral de la premi<6D>re lettre sauf :
|
||||
|
||||
[ OK ] RETURN
|
||||
[Abandon] UNDO
|
||||
[Choisir] ALT+O (C'est moi qui l'ai choisi.)
|
||||
|
||||
Bien entendu, si un bouton est le bouton par d<>faut, le seul raccourci clavier
|
||||
est RETURN quel que soit l'intitul<75> de ce bouton.
|
||||
|
||||
Petit probl<62>me : Les raccourcis clavier utilisant un chiffre ne fonctionnent
|
||||
pas. Ce n'est pas la faute du programmeur, ni la mienne (entre parenth<74>ses)
|
||||
mais celle de l'abruti qui a d<>cid<69> que les chiffres des claviers fran<61>ais (ou
|
||||
francophones) devaient <20>tre accessibles avec SHIFT contrairement <20> tous les
|
||||
claviers utilisant des caract<63>res romans. (Paix <20> son <20>me. Il doit <20>tre mort
|
||||
depuis longtemps d<>j<EFBFBD>.)
|
||||
|
||||
Pour finir, n'oubliez pas que je ne suis qu'un Humain, je peux faire des
|
||||
erreurs. Signalez-les-moi et je corrigerai.
|
||||
|
||||
=====================
|
||||
Remi Villatel
|
||||
maxilys@normandnet.fr
|
||||
=====================
|
||||
BIN
tools/qed/fr/qed.rsc
Normal file
BIN
tools/qed/fr/qed.rsc
Normal file
Binary file not shown.
124
tools/qed/fr/syntax/asm.syn
Normal file
124
tools/qed/fr/syntax/asm.syn
Normal file
@@ -0,0 +1,124 @@
|
||||
|
||||
;********************************************************
|
||||
[Source Assembleur Pure M68K]
|
||||
;********************************************************
|
||||
Txttype = "s","a"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = " *"," *"
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaire>
|
||||
From = "*"
|
||||
To = EOL
|
||||
Firstcolumn = TRUE
|
||||
|
||||
<Commentaire>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
|
||||
<Opcodes (MC 68030)>
|
||||
Keyword = "abcd","adda","addi","addq","addx","andi","add","and","asl"
|
||||
Keyword = "asr","bfexts","bfextu","bfclr","bfffo","bfins","bfset","bftst"
|
||||
Keyword = "bchg","bkpt","bset","btst","bhi","bls","bcc","bcs","bne","beq"
|
||||
Keyword = "bra","bmi","bpl","bsr","bf","bt","callm","cas2","chk2","cmpa"
|
||||
Keyword = "cmpi","cmpm","cmp2","cas","chk","clr","cmp","divsl","divul"
|
||||
Keyword = "dbhi","dbls","dbcc","dbcs","dbne","dbeq","dbra","dbpl","dbmi"
|
||||
Keyword = "divs","divu","dbf","dbt","eori","extb","eor","exg","ext"
|
||||
Keyword = "illegal","jmp","jsr","link","lea","lsr","lsl","movea","movec"
|
||||
Keyword = "movem","movep","moveq","moves","move","muls","mulu","nbcd"
|
||||
Keyword = "negx","neg","not","ori","or","pack","pea","reset","roxl","roxr"
|
||||
Keyword = "rol","ror","rtd","rte","rtm","rtr","rts","sbcd","stop","suba"
|
||||
Keyword = "subi","subq","subx","swap","shi","sls","scc","scs","sne","seq"
|
||||
Keyword = "smi","spl","sub","sf","st","traphi","trapls","trapcc","trapcs"
|
||||
Keyword = "trapne","trapeq","trapmi","trappl","trapf","trapt","trapv"
|
||||
Keyword = "trap","tas","tst","unlk","unpk"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Directive>
|
||||
Keyword = "*=","asciil","asciiz","align","aline","ascii","bss","comm"
|
||||
Keyword = "data","dcb","ds","dc","endmod","export","endif","error","exitm"
|
||||
Keyword = "else","endc","endm","even","end","equ","fline","globl"
|
||||
Keyword = "include","import","ifnb","ifeq","ifne","ifle","iflt","ifge"
|
||||
Keyword = "ifgt","iff","ifb","if1","if2","if","lcomm","local","list"
|
||||
Keyword = "mc68000","mc68010","mc68020","mc68030","mc68040","mc68851"
|
||||
Keyword = "module","macro","nolist","offset","org","print","page","rept"
|
||||
Keyword = "reg","super","set","text","ttl","user","xdef","xref"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Registre>
|
||||
Keyword = ")+","-(","a0","a1","a2","a3","a4","a5","a6","a7","ccr","d0"
|
||||
Keyword = "d1","d2","d3","d4","d5","d6","d7","pc","ssp","sp","sr","usp"
|
||||
Keyword = "(",")"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Octet (byte)>
|
||||
Keyword = ".b"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Mot (word)>
|
||||
Keyword = ".w"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Long mot (long)>
|
||||
Keyword = ".l"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Constante>
|
||||
From = "#"
|
||||
While = "<<",">>"
|
||||
While = "$","+","-",".","0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
134
tools/qed/fr/syntax/c.syn
Normal file
134
tools/qed/fr/syntax/c.syn
Normal file
@@ -0,0 +1,134 @@
|
||||
|
||||
;********************************************************
|
||||
[Source C]
|
||||
;********************************************************
|
||||
Txttype = "c"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Cha<68>ne de caract<63>res>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tableau (array)>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Caract<63>re>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Cha<68>nage de lignes>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
|
||||
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
|
||||
Keyword = "switch","typedef","while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Type de variable>
|
||||
Keyword = "const","const","char","double","float","int","long","register"
|
||||
Keyword = "signed","static","struct","short","unsigned","union","volatile"
|
||||
Keyword = "void"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Type de variable utilisateur>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Directive pr<70>processeur>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Constante hexad<61>cimale>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante d<>cimale>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante octale>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
142
tools/qed/fr/syntax/cpp.syn
Normal file
142
tools/qed/fr/syntax/cpp.syn
Normal file
@@ -0,0 +1,142 @@
|
||||
|
||||
;********************************************************
|
||||
[Source C++]
|
||||
;********************************************************
|
||||
Txttype = "cpp","cc","h"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaire>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Cha<68>ne de caract<63>res>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tableau (array)>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Caract<63>re>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Cha<68>nage de lignes>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "and_eq","auto","asm","and","bitand","break","bitor"
|
||||
Keyword = "const_cast","continue","cdecl","catch","class","const","compl"
|
||||
Keyword = "case","dynamic_cast","default","delete","do","explicit"
|
||||
Keyword = "extern","export","else","enum","friend","false","for","goto"
|
||||
Keyword = "inline","if","namespace","not_eq","new","not","operator"
|
||||
Keyword = "or_eq","or","protected","private","pascal","public"
|
||||
Keyword = "reinterpret_cast","return","static_cast","sizeof","switch"
|
||||
Keyword = "template","typename","typedef","typeid","throw","this","true"
|
||||
Keyword = "try","using","virtual","while","xor_eq","xor"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Type de variable>
|
||||
Keyword = "bool","const","const","char","double","float","int","long"
|
||||
Keyword = "mutable","register","signed","static","struct","short"
|
||||
Keyword = "unsigned","union","volatile","void","wchar_t"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Type de variable utilisateur>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Directive pr<70>processeur>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Constante hexad<61>cimale>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante d<>cimale>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante octale>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
45
tools/qed/fr/syntax/errdat.syn
Normal file
45
tools/qed/fr/syntax/errdat.syn
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
;********************************************************
|
||||
[ERROR.DAT pour Pure C]
|
||||
;********************************************************
|
||||
Txttype = "error.dat"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Alerte (warning)>
|
||||
Keyword = "Warning(s)","Warning "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Erreur>
|
||||
Keyword = "Error(s)","Error "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Num<75>ro de ligne>
|
||||
From = "1"-"9"
|
||||
To = ":"
|
||||
(Color16)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
21
tools/qed/fr/syntax/html.syn
Normal file
21
tools/qed/fr/syntax/html.syn
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
;********************************************************
|
||||
[Fichier HTML]
|
||||
;********************************************************
|
||||
Txttype = "htm","html"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Tag>
|
||||
From = "<"
|
||||
To = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
33
tools/qed/fr/syntax/mup.syn
Normal file
33
tools/qed/fr/syntax/mup.syn
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
;********************************************************
|
||||
[Script bash/Mupfel]
|
||||
;********************************************************
|
||||
Txttype = "mup"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "break","case","done","do","export","elif","else","esac","exit"
|
||||
Keyword = "function","for","fi","if","in","return","select","then","until"
|
||||
Keyword = "while"
|
||||
Keyword = "."
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
78
tools/qed/fr/syntax/pas.syn
Normal file
78
tools/qed/fr/syntax/pas.syn
Normal file
@@ -0,0 +1,78 @@
|
||||
|
||||
;********************************************************
|
||||
[Source Pascal]
|
||||
;********************************************************
|
||||
Txttype = "pas","i"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "(*"
|
||||
To = "*)"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaire>
|
||||
From = "{"
|
||||
To = "}"
|
||||
|
||||
<Cha<68>ne de caract<63>res>
|
||||
From = "'"
|
||||
To = "'"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Type de variable>
|
||||
Keyword = "array","alfa","boolean","byte","char","integer","long_integer"
|
||||
Keyword = "of","packed","real","short_integer","string","text"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "and","begin","const","case","downto","div","do","external"
|
||||
Keyword = "exit","else","end","function","forward","for","goto","if","in"
|
||||
Keyword = "label","loop","mod","not","otherwise","or","procedure"
|
||||
Keyword = "program","repeat","set","type","then","to","until","var"
|
||||
Keyword = "while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Constante hexad<61>cimale>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante d<>cimale>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
88
tools/qed/fr/syntax/sic.syn
Normal file
88
tools/qed/fr/syntax/sic.syn
Normal file
@@ -0,0 +1,88 @@
|
||||
|
||||
;********************************************************
|
||||
[Script pour Scripter]
|
||||
;********************************************************
|
||||
Txttype = "sic"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaire>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Cha<68>ne de caract<63>res>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tableau (array)>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Caract<63>re>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "auto","break","continue","cdecl","catch","case","default","do"
|
||||
Keyword = "extern","else","enum","function","forever","for","goto","if"
|
||||
Keyword = "local","pascal","proc","return","sizeof","switch","typedef"
|
||||
Keyword = "try","uses","while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Constante hexad<61>cimale>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Constante d<>cimale>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
48
tools/qed/fr/syntax/stg.syn
Normal file
48
tools/qed/fr/syntax/stg.syn
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
;********************************************************
|
||||
[Source ST-Guide]
|
||||
;********************************************************
|
||||
Txttype = "stg"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commandes>
|
||||
Keyword = "@autorefoff","@autorefon","@indexoff","@database","@hostname"
|
||||
Keyword = "@keywords","@wordwrap","@default","@endnode","@indexon"
|
||||
Keyword = "@subject","@include","@options","@tabsize","@endtree","@alabel"
|
||||
Keyword = "@extern","@symbol","@limage","@author","@remark","@define"
|
||||
Keyword = "@height","@master","@label","@pnode","@width","@endif","@alias"
|
||||
Keyword = "@noref","@image","@$VER:","@index","@title","@dnode","@help"
|
||||
Keyword = "@next","@node","@prev","@else","@xref","@uses","@line","@rbox"
|
||||
Keyword = "@tree","@font","@toc","@box","@(c)","@if"
|
||||
Keyword = "@os","@charset","@lang","@inputenc"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Commandes sp<73>ciales>
|
||||
From = "@{"
|
||||
To = "}"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
92
tools/qed/fr/syntax/syn.syn
Normal file
92
tools/qed/fr/syntax/syn.syn
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
;********************************************************
|
||||
[Fichier syntaxique QED]
|
||||
;********************************************************
|
||||
Txttype = "syn","syn_cfg.qed"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
<Commentaire>
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Cha<68>ne de caract<63>res>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Mot-cl<63>>
|
||||
Keyword = "attribs","active","bold","casesensitive","color","eol"
|
||||
Keyword = "firstcolumn","false","from","italic","keyword","light","nested"
|
||||
Keyword = "none","quotechar","selcolor","txttype","token","true","to"
|
||||
Keyword = "while"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Descripteur de fichier>
|
||||
From = "["
|
||||
To = "]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Description de r<>gle>
|
||||
From = "<"
|
||||
To = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<R<>solution>
|
||||
From = "(color"
|
||||
To = ")"
|
||||
(Color2)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color256)
|
||||
Attribs = BOLD, ITALIC
|
||||
|
||||
<Constante d<>cimale>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
126
tools/qed/fr/syntax/udo.syn
Normal file
126
tools/qed/fr/syntax/udo.syn
Normal file
@@ -0,0 +1,126 @@
|
||||
|
||||
;********************************************************
|
||||
[Source UDO]
|
||||
;********************************************************
|
||||
Txttype = "u","ui"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaire>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commande>
|
||||
Keyword = "!html_merge_subsubsubnodes","!html_merge_subsubsubnodes"
|
||||
Keyword = "!html_merge_subsubnodes","!html_merge_subsubnodes"
|
||||
Keyword = "!use_alias_inside_index","!use_alias_inside_index"
|
||||
Keyword = "!use_auto_subsubsubtocs","!use_auto_subsubsubtocs"
|
||||
Keyword = "!use_label_inside_index","!use_label_inside_index"
|
||||
Keyword = "!use_nodes_inside_index","!use_nodes_inside_index"
|
||||
Keyword = "!win_medium_compression","!no_toc_subsubsubnodes"
|
||||
Keyword = "!no_toc_subsubsubnodes","!win_high_compression"
|
||||
Keyword = "!html_merge_subnodes","!html_merge_subnodes"
|
||||
Keyword = "!ignore_subsubsubtoc","!ignore_subsubsubtoc"
|
||||
Keyword = "!no_verbatim_umlaute","!use_auto_subsubtocs"
|
||||
Keyword = "!use_auto_subsubtocs","!no_toc_subsubnodes"
|
||||
Keyword = "!no_toc_subsubnodes","!use_chapter_images"
|
||||
Keyword = "!win_inline_bitmaps","!win_inline_bitmaps","!begin_description"
|
||||
Keyword = "!ignore_bottomline","!universal_charset","!universal_charset"
|
||||
Keyword = "!use_justification","!use_output_buffer","!begin_flushright"
|
||||
Keyword = "!begin_sourcecode","!html_merge_nodes","!html_merge_nodes"
|
||||
Keyword = "!ignore_subsubtoc","!ignore_subsubtoc","!sort_hyphen_file"
|
||||
Keyword = "!subsubsubheading","!use_auto_subtocs","!use_auto_subtocs"
|
||||
Keyword = "!begin_enumerate","!begin_flushleft","!end_description"
|
||||
Keyword = "!htag_img_suffix","!html_img_suffix","!html_img_suffix"
|
||||
Keyword = "!html_img_suffix","!ignore_headline","!no_toc_subnodes"
|
||||
Keyword = "!no_toc_subnodes","!psubsubsubnode*","!psubsubsubnode*"
|
||||
Keyword = "!stg_no_database","!tableofcontents","!tableofcontents"
|
||||
Keyword = "!tableofcontents","!use_ansi_tables","!use_ansi_tables"
|
||||
Keyword = "!begin_appendix","!begin_appendix","!begin_document"
|
||||
Keyword = "!begin_document","!begin_document","!begin_verbatim"
|
||||
Keyword = "!end_flushright","!end_sourcecode","!html_use_xlist"
|
||||
Keyword = "!no_bottomlines","!psubsubsubnode","!psubsubsubnode"
|
||||
Keyword = "!subsubsubnode*","!subsubsubnode*","!table_caption*"
|
||||
Keyword = "!use_short_envs","!use_style_book","!win_background"
|
||||
Keyword = "!autoref_items","!begin_itemize","!end_enumerate"
|
||||
Keyword = "!end_flushleft","!html_backpage","!html_keywords"
|
||||
Keyword = "!html_nodesize","!ignore_subtoc","!ignore_subtoc"
|
||||
Keyword = "!image_counter","!listoffigures","!rtf_charwidth"
|
||||
Keyword = "!rtf_charwidth","!rtf_no_tables","!subsubheading"
|
||||
Keyword = "!subsubsubnode","!subsubsubnode","!table_caption"
|
||||
Keyword = "!table_caption","!table_counter","!use_about_udo"
|
||||
Keyword = "!use_justified","!use_short_toc","!win_charwidth"
|
||||
Keyword = "!win_charwidth","!begin_center","!chapterimage","!end_appendix"
|
||||
Keyword = "!end_appendix","!end_document","!end_document","!end_document"
|
||||
Keyword = "!end_verbatim","!ignore_index","!ignore_index","!ignore_links"
|
||||
Keyword = "!listoftables","!no_headlines","!no_headlines","!programimage"
|
||||
Keyword = "!psubsubnode*","!psubsubnode*","!rtf_monofont","!rtf_propfont"
|
||||
Keyword = "!subsubsubtoc","!use_formfeed","!verbatimsize","!win_propfont"
|
||||
Keyword = "!authorimage","!begin_blist","!begin_ilist","!begin_quote"
|
||||
Keyword = "!begin_table","!begin_table","!begin_tlist","!begin_xlist"
|
||||
Keyword = "!end_itemize","!no_preamble","!psubsubnode","!psubsubnode"
|
||||
Keyword = "!subsubnode*","!subsubnode*","!tex_lindner","!tex_lindner"
|
||||
Keyword = "!end_center","!no_effects","!no_effects","!no_effects"
|
||||
Keyword = "!no_numbers","!no_numbers","!no_umlaute","!no_umlaute"
|
||||
Keyword = "!subheading","!subsubnode","!subsubnode","!tex_strunk"
|
||||
Keyword = "!tex_strunk","!toc_offset","!begin_raw","!begin_raw"
|
||||
Keyword = "!end_blist","!end_ilist","!end_quote","!end_table","!end_table"
|
||||
Keyword = "!end_tlist","!end_xlist","!html_name","!html_name","!maketitle"
|
||||
Keyword = "!maketitle","!maketitle","!no_images","!no_quotes","!no_quotes"
|
||||
Keyword = "!no_quotes","!no_quotes","!no_xlinks","!no_xlinks","!psubnode*"
|
||||
Keyword = "!psubnode*","!smallskip","!subsubtoc","!subsubtoc","!subsubtoc"
|
||||
Keyword = "!tex_emtex","!tex_emtex","!tex_emtex","!use_xlist","!code_dos"
|
||||
Keyword = "!code_dos","!code_dos","!code_hp8","!code_hp8","!code_hp8"
|
||||
Keyword = "!code_iso","!code_iso","!code_iso","!code_mac","!code_mac"
|
||||
Keyword = "!code_mac","!code_tos","!code_tos","!code_tos","!item [ ]"
|
||||
Keyword = "!language","!man_type","!no_index","!no_index","!parwidth"
|
||||
Keyword = "!psubnode","!psubnode","!rinclude","!rinclude","!subnode*"
|
||||
Keyword = "!subnode*","!tabwidth","!tabwidth","!tabwidth","!tex_verb"
|
||||
Keyword = "!vinclude","!vinclude","!vinclude","!autoref","!autoref"
|
||||
Keyword = "!bigskip","!country","!end_raw","!end_raw","!heading"
|
||||
Keyword = "!heading","!ifndest","!ifndest","!ifnlang","!ifnlang"
|
||||
Keyword = "!include","!include","!include","!man_lpp","!medskip"
|
||||
Keyword = "!newpage","!program","!program","!subnode","!subnode"
|
||||
Keyword = "!tex_dpi","!tex_dpi","!version","!author","!define","!define"
|
||||
Keyword = "!hyphen","!hyphen","!hyphen","!ifdest","!ifdest","!iflang"
|
||||
Keyword = "!iflang","!ifnset","!ifnset","!ifnset","!image*","!pnode*"
|
||||
Keyword = "!pnode*","!sloppy","!sloppy","!street","!subtoc","!subtoc"
|
||||
Keyword = "!subtoc","!tex_2e","!=htag","!=html","!=info","!=ldoc","!alias"
|
||||
Keyword = "!break","!email","!endif","!endif","!fussy","!fussy","!hline"
|
||||
Keyword = "!hline","!ifnos","!ifnos","!ifset","!ifset","!ifset","!image"
|
||||
Keyword = "!image","!index","!index","!label","!label","!macro","!macro"
|
||||
Keyword = "!node*","!node*","!pnode","!pnode","!short","!short","!title"
|
||||
Keyword = "!title","!unset","!unset","!unset","!=aqv","!=asc","!=man"
|
||||
Keyword = "!=pch","!=rtf","!=stg","!=tex","!=win","!date","!date","!else"
|
||||
Keyword = "!else","!htag","!html","!ifos","!ifos","!info","!item","!ldoc"
|
||||
Keyword = "!node","!node","!node","!town","!aqv","!asc","!man","!nop"
|
||||
Keyword = "!pch","!rtf","!set","!set","!set","!stg","!tex","!toc","!win"
|
||||
Keyword = "!if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Commande sp<73>ciale>
|
||||
From = "(!"
|
||||
To = ")"
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
BIN
tools/qed/icons.rsc
Normal file
BIN
tools/qed/icons.rsc
Normal file
Binary file not shown.
44
tools/qed/kurzel/c.krz
Normal file
44
tools/qed/kurzel/c.krz
Normal file
@@ -0,0 +1,44 @@
|
||||
#
|
||||
# qed K<>rzel-Datei f<>r C
|
||||
#
|
||||
bl =BOOLEAN
|
||||
br =break;
|
||||
by =BYTE
|
||||
cb =CONST BYTE
|
||||
cs =case ~ :
|
||||
c =char
|
||||
cn =CONST
|
||||
d =DOUBLE
|
||||
db =Debug("~\n");
|
||||
df =default:^^
|
||||
dn =#define
|
||||
e =else
|
||||
ei =#endif^^
|
||||
es =else if (~)
|
||||
ex =EXTERN
|
||||
f =FALSE
|
||||
fl =FLOAT
|
||||
fo =for (~ = ; ;)
|
||||
g =GLOBAL
|
||||
i =if (~)
|
||||
ic =#include <~.h>^^
|
||||
icl=#include "~.h"^^
|
||||
it =int
|
||||
i0 =#if 0^^
|
||||
l =LONG
|
||||
lc =LOCAL
|
||||
n =NULL
|
||||
ob =OBJECT *
|
||||
pf =printf("~");
|
||||
r =return ~;
|
||||
so =sizeof (~)
|
||||
st =struct
|
||||
sw =switch (~)
|
||||
t =TRUE
|
||||
td =typedef
|
||||
ub =UBYTE
|
||||
ul =ULONG
|
||||
uw =UWORD
|
||||
wh =while (~)
|
||||
w =WORD
|
||||
v =VOID
|
||||
78
tools/qed/kurzel/latex.krz
Normal file
78
tools/qed/kurzel/latex.krz
Normal file
@@ -0,0 +1,78 @@
|
||||
#
|
||||
# qed K<>rzel-Datei f<>r LaTeX
|
||||
#
|
||||
kopf =\documentclass{article}^^\usepackage{german}^^\usepackage[atari]{inputenc}^^
|
||||
$ =$~$
|
||||
* =\cdot
|
||||
a =\author{~}
|
||||
b =\begin{~}
|
||||
bb =\begin{thebibliography}{~}
|
||||
bc =\begin{center}
|
||||
bd =\begin{document}
|
||||
be =\begin{equation}
|
||||
bea =\begin{eqnarray}
|
||||
ben =\begin{enumerate}
|
||||
bf =\begin{figure}[h]
|
||||
bi =\begin{itemize}
|
||||
bn =\begin{enumerate}
|
||||
bp =\begin{picture}(~,)
|
||||
bq =\begin{quote}
|
||||
bt =\begin{tabular}{~}
|
||||
bv =\begin{verbatim}
|
||||
c =\cite{~}
|
||||
cl =\centerline{~}
|
||||
d =\date{~}
|
||||
dc =\documentclass[]{~}
|
||||
df =\dotfill
|
||||
ds =\documentstyle[german]{~}
|
||||
e =\end{~}
|
||||
eb =\end{thebibliography}
|
||||
ec =\end{center}
|
||||
ed =\end{document}
|
||||
ee =\end{equation}
|
||||
eea =\end{eqnarray}
|
||||
een =\end{enumerate}
|
||||
ef =\end{figure}
|
||||
ei =\end{itemize}
|
||||
em ={\em ~}
|
||||
en =\end{enumerate}
|
||||
ep =\end{picture}
|
||||
eq =\end{quote}
|
||||
et =\end{tabular}
|
||||
ev =\end{verbatim}
|
||||
fe =\fontencodeing{~}
|
||||
fd =\fracdim{~}{}
|
||||
fr =\frac{~}{}
|
||||
gc =$^\circ$C
|
||||
H =\Huge
|
||||
h =\huge
|
||||
hl =\hline
|
||||
hs =\hspace{~}
|
||||
i =\item ~
|
||||
ix =\index{~}
|
||||
i[ =\item[~]
|
||||
l =\label{~}
|
||||
Lr =\Leftrightarrow
|
||||
lr =\leftrightarrow
|
||||
mp =\multiput(~,)(,){}{}
|
||||
mt =\maketitle
|
||||
nc =\nocite{~}
|
||||
nf =\newfont{\~}{ scaled 1000}
|
||||
np =\newpage
|
||||
ns =\normalsize
|
||||
p =\put(~,){}
|
||||
pa =\paragraph{~}
|
||||
ps =\pagestyle{~}
|
||||
q =\quad
|
||||
s =\section{~}
|
||||
ss =\subsection{~}
|
||||
sss =\subsubsection{~}
|
||||
t =\title{~}
|
||||
tb =\textbf{~}
|
||||
ti =\textit{~}
|
||||
ts =\textsl{~}
|
||||
toc =\tableofcontents
|
||||
td =\today
|
||||
ul =\underline{~}
|
||||
up =\usepackage{~}
|
||||
vs =\vspace{~}
|
||||
13
tools/qed/kurzel/liesmich
Normal file
13
tools/qed/kurzel/liesmich
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
K<>rzel-Dateien f<>r qed
|
||||
|
||||
Ein K<>rzel darf max. 8 Buchstaben umfassen. Dieses K<>rzel wird durch dr<64>cken
|
||||
der ESC zu dem Text nach dem '='-Zeichen expandiert. Hierbei werden alle
|
||||
Zeichen bis zum Zeilenende benutz.
|
||||
Wenn vor dem '=' ein '*' steht, wird das K<>rzel automatisch expandiert,
|
||||
sobald es vollst<73>ndig eigegeben ist. Au<41>erdem darf der Text hinter dem
|
||||
'='-Zeichen eine Tilde ('~') enthalten. Sie gibt die Position an, an der
|
||||
der Cursor nach dem expandieren stehen soll. Ist sie nicht angegeben,
|
||||
befindet sich der Cursor anschlie<69>end am Ende des Text.
|
||||
Mit ^^ kann ein Zeilenumbruch hervorgerufen werden. Damit sind auch
|
||||
mehrzeilige K<>rzel m<>glich!
|
||||
100
tools/qed/kurzel/modula.krz
Normal file
100
tools/qed/kurzel/modula.krz
Normal file
@@ -0,0 +1,100 @@
|
||||
#
|
||||
# qed K<>rzel-Datei f<>r Modula2
|
||||
#
|
||||
a =AND
|
||||
ab =ABS(~)
|
||||
ac =ARRAY ~OF CHAR;
|
||||
ad =ADDRESS;
|
||||
ai =ARRAY ~OF INTEGER;
|
||||
al =ARRAY OF LOC
|
||||
ar =ARRAY [~..] OF
|
||||
b =BEGIN
|
||||
bl =BOOLEAN;
|
||||
bs =BITSET;
|
||||
bt =BYTE;
|
||||
cp =CAP(~)
|
||||
cd =CARDINAL;
|
||||
cs =CASE ~ OF
|
||||
c =CHAR;
|
||||
cr =CHR(~)
|
||||
cn =CONST
|
||||
dc =DEC(~)
|
||||
dm =DEFINITION MODULE ~;
|
||||
dp =DISPOSE(~);
|
||||
dv =DIV
|
||||
e =ELSE
|
||||
es =ELSIF
|
||||
en =END ~;
|
||||
ec =END(*CASE*);
|
||||
ef =END(*FOR*);
|
||||
ei =END(*IF*);
|
||||
el =END(*LOOP*);
|
||||
er =END(*RECORD*);
|
||||
ew =END(*WHILE*);
|
||||
eh =END(*WITH*);
|
||||
et =EXIT;
|
||||
ex =EXPORT ;
|
||||
eq =EXPORT QUALIFIED ~;
|
||||
f =FALSE
|
||||
fi =FROM ~IMPORT
|
||||
fl =FLOAT(~)
|
||||
fo =FOR ~:= TO DO
|
||||
gm =GD.Msg("~");
|
||||
i =IF ~ THEN
|
||||
im =IMPLEMENTATION MODULE ~;
|
||||
in =IN
|
||||
ic =INC(~);
|
||||
il =INCL(~);
|
||||
ip =IMPORT ~;
|
||||
it =INTEGER;
|
||||
iwc=IO.WriteChar(~);
|
||||
iwi=IO.WriteInt(~);
|
||||
iwl=IO.WriteLn;
|
||||
iwr=IO.WriteReal(~);
|
||||
iws=IO.WriteString("~");
|
||||
lb =LONGBITSET;
|
||||
lc =LONGCARD;
|
||||
li =LONGINT;
|
||||
lr =LONGREAL;
|
||||
l =LOOP
|
||||
m =MOD
|
||||
mo =MODULE ~;
|
||||
ne =NEW(~);
|
||||
ni =NIL
|
||||
n =NOT
|
||||
od =ODD(~);
|
||||
of =OF
|
||||
o =OR
|
||||
or =ORD(~);
|
||||
pt =POINTER TO
|
||||
pr =PROC;
|
||||
p =PROCEDURE
|
||||
ra =REAL;
|
||||
re =RECORD
|
||||
rp =REPEAT
|
||||
r =RETURN ~;
|
||||
rd =Read(~);
|
||||
rc =ReadCard(~);
|
||||
ri =ReadInt(~);
|
||||
rr =ReadReal(~);
|
||||
rs =ReadStr(~);
|
||||
s =SET OF
|
||||
si =SIZE(~);
|
||||
st =String;
|
||||
to =TO
|
||||
t =TRUE
|
||||
tc =TRUNC(~);
|
||||
th =THEN
|
||||
ts =TSIZE(~);
|
||||
ty =TYPE
|
||||
u =UNTIL
|
||||
v =VAR
|
||||
w =WHILE ~ DO
|
||||
wh =WITH ~ DO
|
||||
wo =WORD;
|
||||
we =Write(~);
|
||||
wc =WriteCard(~,0);
|
||||
wi =WriteInt(~,0);
|
||||
wl =WriteLn;
|
||||
wr =WriteReal(~,,);
|
||||
ws =WriteString("~");
|
||||
BIN
tools/qed/nl/doc/qed.hyp
Normal file
BIN
tools/qed/nl/doc/qed.hyp
Normal file
Binary file not shown.
BIN
tools/qed/nl/doc/qed.ref
Normal file
BIN
tools/qed/nl/doc/qed.ref
Normal file
Binary file not shown.
140
tools/qed/nl/kurzel/ascii.krz
Normal file
140
tools/qed/nl/kurzel/ascii.krz
Normal file
@@ -0,0 +1,140 @@
|
||||
#
|
||||
# QED-kortzetselbestand voor ASCII
|
||||
# door G. Cobben
|
||||
# ========================================================================
|
||||
#
|
||||
# Code mag max. 8 tekens bevatten; door het drukken van <ESC> wordt de
|
||||
# hele string na het '=' teken in de tekst ingevoegd.
|
||||
#
|
||||
# Bijzondere tekens met een functie:
|
||||
# ========================================================================
|
||||
# '*' direct voor het '=' teken; string wordt onmiddelijk ingevoegd,
|
||||
# zonder op <ESC> te drukken.
|
||||
# '~' in de string; zorgt er voor dat de cursor op de
|
||||
# positie van de '~' wordt ingevoegd.
|
||||
# zonder tilde ('~'); de cursor staat dan aan het eind
|
||||
# van de string.
|
||||
# '#' (hekje); leidt een commentaarregel in.
|
||||
#
|
||||
# ========================================================================
|
||||
"A =<3D>
|
||||
@A =<3D>
|
||||
AE =<3D>
|
||||
^a =<3D>
|
||||
"a =<3D>
|
||||
`a =<3D>
|
||||
'a =<3D>
|
||||
@a =<3D>
|
||||
_a =<3D>
|
||||
~a =<3D>
|
||||
ae =<3D>
|
||||
sz =<3D>
|
||||
,C =<3D>
|
||||
,c =<3D>
|
||||
|c =<3D>
|
||||
'E =<3D>
|
||||
^e =<3D>
|
||||
"e =<3D>
|
||||
`e =<3D>
|
||||
'e =<3D>
|
||||
fl =<3D>
|
||||
"i =<3D>
|
||||
^i =<3D>
|
||||
`i =<3D>
|
||||
'i =<3D>
|
||||
ij =<3D>
|
||||
-L =<3D>
|
||||
~N =<3D>
|
||||
~n =<3D>
|
||||
"O =<3D>
|
||||
^o =<3D>
|
||||
"o =<3D>
|
||||
`o =<3D>
|
||||
'o =<3D>
|
||||
_o =<3D>
|
||||
^u =<3D>
|
||||
`u =<3D>
|
||||
"U =<3D>
|
||||
"u =<3D>
|
||||
'u =<3D>
|
||||
-Y =<3D>
|
||||
? =<3D>
|
||||
1/2 =<3D>
|
||||
1/4 =<3D>
|
||||
! =<3D>
|
||||
<< =<3D>
|
||||
>> =<3D>
|
||||
~o =<3D>
|
||||
/O =<3D>
|
||||
/o =<3D>
|
||||
oe =<3D>
|
||||
OE =<3D>
|
||||
`A =<3D>
|
||||
~A =<3D>
|
||||
~O =<3D>
|
||||
alf =<3D>
|
||||
bet =<3D>
|
||||
GAM =<3D>
|
||||
pi =<3D>
|
||||
SIG =<3D>
|
||||
sig =<3D>
|
||||
mu =<3D>
|
||||
tau =<3D>
|
||||
FI =<3D>
|
||||
THE =<3D>
|
||||
OME =<3D>
|
||||
del =<3D>
|
||||
phi =<3D>
|
||||
fi =<3D>
|
||||
EPS =<3D>
|
||||
PI =<3D>
|
||||
--- =<3D>
|
||||
+- =<3D>
|
||||
<- =<3D>
|
||||
>- =<3D>
|
||||
-: =<3D>
|
||||
~~ =<3D>
|
||||
<EFBFBD>o =<3D>
|
||||
<EFBFBD>. =<3D>
|
||||
. =<3D>
|
||||
<EFBFBD>2 =<3D>
|
||||
<EFBFBD>3 =<3D>
|
||||
00 =<3D>
|
||||
p. =<3D>
|
||||
del =
|
||||
(c) =<3D>
|
||||
(r) =<3D>
|
||||
TM =<3D>
|
||||
@ =
|
||||
\a =[ALT]
|
||||
\c =[CTRL]
|
||||
\s =[SHFT]
|
||||
\l =[LSHIFT]
|
||||
\r =[RSHIFT]
|
||||
\u =[UNDO]
|
||||
\d =[DEL]
|
||||
\h =[HOME]
|
||||
\i =[INSERT]
|
||||
^^ =
|
||||
#
|
||||
# ------E-mail adressen------------------ #
|
||||
#
|
||||
\\F *=x:xxx/xxx.x@fidonet.org^^
|
||||
\\N *=xx:xxx/xxx.x@nest.ftn^^
|
||||
\\A *=xxx:xxx/xxx.x@fan.ftn^^
|
||||
\\T *=xx:xxx/xxx.x@atarinet.ftn^^
|
||||
\\B *=xxx:xxx/xxx.x@bbstnet.ftn
|
||||
\\f *=FIDO: x:xxx/xxx.x@Fidonet.org
|
||||
\\n *=NeST: xx:xxx/xxx.x@Nest.ftn
|
||||
\\a *=FAN: xxx:xxx/xxx.x@Fan.ftn
|
||||
\\t *=AtariNet: xx:xxx/xxx.x@atarinet.ftn
|
||||
\\b *=BBSTNet: x:xxx/xxx.x@bbstnet.ftn
|
||||
#
|
||||
# ------User defined-(temp. codes)------- #
|
||||
#
|
||||
im =~.IMG
|
||||
# ------andere
|
||||
#
|
||||
''' =_/_/_/ ~
|
||||
''| =| ~
|
||||
''/ =( /~/ )|
|
||||
BIN
tools/qed/nl/kurzel/c.krz
Normal file
BIN
tools/qed/nl/kurzel/c.krz
Normal file
Binary file not shown.
117
tools/qed/nl/kurzel/html.krz
Normal file
117
tools/qed/nl/kurzel/html.krz
Normal file
@@ -0,0 +1,117 @@
|
||||
#===================================================================#
|
||||
# HTML.krz 12.09.97 #
|
||||
# HTML-kortzetsels voor QED #
|
||||
# #
|
||||
# door: J<>rgen Koneczny #
|
||||
# vertaling en uitbreidingen: Godfried Cobben #
|
||||
#===================================================================#
|
||||
|
||||
# Diacritische tekens(umlaut, etc.) automatisch omzetten in ISO-Latin1
|
||||
|
||||
<EFBFBD> *=ä
|
||||
<EFBFBD> *=ë
|
||||
<EFBFBD> *=ï
|
||||
<EFBFBD> *=ö
|
||||
<EFBFBD> *=ü
|
||||
<EFBFBD> *=Ä
|
||||
<EFBFBD> *=Ë
|
||||
<EFBFBD> *=Ï
|
||||
<EFBFBD> *=Ö
|
||||
<EFBFBD> *=Ü
|
||||
<EFBFBD> *=à
|
||||
<EFBFBD> *=è
|
||||
<EFBFBD> *=ì
|
||||
<EFBFBD> *=ò
|
||||
<EFBFBD> *=ù
|
||||
<EFBFBD> *=á
|
||||
<EFBFBD> *=é
|
||||
<EFBFBD> *=í
|
||||
<EFBFBD> *=ó
|
||||
<EFBFBD> *=ú
|
||||
<EFBFBD> *=â
|
||||
<EFBFBD> *=ê
|
||||
<EFBFBD> *=î
|
||||
<EFBFBD> *=ô
|
||||
<EFBFBD> *=û
|
||||
<EFBFBD> *=ã
|
||||
<EFBFBD> *=õ
|
||||
<EFBFBD> *=å
|
||||
<EFBFBD> *=Å
|
||||
<EFBFBD> *=æ
|
||||
<EFBFBD> *=Æ
|
||||
<EFBFBD> *=ç
|
||||
<EFBFBD> *=Ç
|
||||
<EFBFBD> *=ø
|
||||
<EFBFBD> *=Ø
|
||||
<EFBFBD> *=ß
|
||||
& *=&
|
||||
|
||||
# Speciale tekens
|
||||
|
||||
" ="
|
||||
& *=&
|
||||
< =<
|
||||
> =>
|
||||
<EFBFBD> *=©
|
||||
<EFBFBD> *=®
|
||||
<EFBFBD> *=™
|
||||
|
||||
# Romp van een HTML-bestand
|
||||
|
||||
HTML =<HTML><HEAD>^^<TITLE>~</TITLE>^^</HEAD><BODY>^^^^</BODY>^^</BODY>^^</HTML>
|
||||
|
||||
# Tekst; de layout
|
||||
|
||||
++ =<BR>
|
||||
ADDRESS =<ADRESS>~</ADRESS>
|
||||
QUOTE =<BLOCKQUOTE>~</BLOCKQUOTE>
|
||||
CENTER =<CENTER>~</CENTER>
|
||||
H1 =<H1>~</H1>
|
||||
H2 =<H2>~</H2>
|
||||
H3 =<H3>~</H3>
|
||||
H4 =<H4>~</H4>
|
||||
H5 =<H5>~</H5>
|
||||
H6 =<H6>~</H6>
|
||||
NOBR =<NOBR>~</NOBR>
|
||||
P =<P ALIGN="~"></P>
|
||||
__ =<HR>
|
||||
|
||||
# Tekst; attributen
|
||||
|
||||
B =<B>~</B>
|
||||
BIG =<BIG>~</BIG>
|
||||
CITE =<CITE>~</CITE>
|
||||
CODE =<CODE>~</CODE>
|
||||
DFN =<DFN>~</DFN>
|
||||
EM =<EM>~</EM>
|
||||
I =<I>~</I>
|
||||
KBD =<KBD>~</KBD>
|
||||
PRE =<PRE>~</PRE>
|
||||
SAMP =<SAMP>~</SAMP>
|
||||
SMALL =<SMALL>~</SMALL>
|
||||
STRONG =<STRONG>~</STRONG>
|
||||
SUB =<SUB>~</SUB>
|
||||
SUP =<SUP>~</SUP>
|
||||
TT =<TT>~</TT>
|
||||
VAR =<VAR>~</VAR>
|
||||
BLINK =<BLINK>~</BLINK>
|
||||
|
||||
# Opsomming, lijsten
|
||||
|
||||
DIR =<DIR>^^<LI>~^^<LI>^^</DIR>
|
||||
MENU =<MENU>^^<LI>~^^<LI>^^</MENU>
|
||||
OL =<OL>^^<LI>~^^<LI>^^</OL>
|
||||
UL =<UL>^^<LI>~^^<LI>^^</UL>
|
||||
DL =<DL>^^<DT>~^^<DD>^^<DT>^^<DD>^^</DL>
|
||||
|
||||
# Tabellen
|
||||
|
||||
TABLE =<TABLE>^^<CAPTION>~</CAPTION>^^<TR><TD></TD><TD></TD></TR>^^</TABLE>
|
||||
TABLE22 =<TABLE>^^<CAPTION>~</CAPTION>^^<TR><TD></TD><TD></TD></TR>^^<TR><TD></TD><TD></TD></TR>^^</TABLE>
|
||||
|
||||
# Overigen
|
||||
|
||||
A =<A HREF="~"></A>
|
||||
\a =<A HREF="~">
|
||||
/a =</A>
|
||||
IMG =<IMG SRC="~" ALT=" ">
|
||||
30
tools/qed/nl/kurzel/latex.krz
Normal file
30
tools/qed/nl/kurzel/latex.krz
Normal file
@@ -0,0 +1,30 @@
|
||||
#
|
||||
# QED-kortzetselbestand voor TeX-Sources (*.TEX)
|
||||
# door G. Cobben
|
||||
# ========================================================================
|
||||
#
|
||||
# Code mag max. 8 tekens bevatten; door het drukken van <ESC> wordt de
|
||||
# hele string na het '=' teken in de tekst ingevoegd.
|
||||
#
|
||||
# Bijzondere tekens met een functie:
|
||||
# ========================================================================
|
||||
# '*' direct voor het '=' teken; string wordt onmiddelijk ingevoegd,
|
||||
# zonder op <ESC> te drukken.
|
||||
# '~' in de string; zorgt er voor dat de cursor op de
|
||||
# positie van de '~' wordt ingevoegd.
|
||||
# zonder tilde ('~'); de cursor staat dan aan het eind
|
||||
# van de string.
|
||||
# '#' (hekje); leidt een commentaarregel in.
|
||||
#
|
||||
# ========================================================================
|
||||
#
|
||||
kop2 =\documentclass{article}^^\usepackage{german}^^\usepackage[atari]{umlaute}^^
|
||||
kop1 =\documentstyle[german]{article}^^
|
||||
$ =$~$
|
||||
a =\author{~}
|
||||
b =\begin{~}
|
||||
bb =\begin{thebibliography}{~}
|
||||
bc =\begin{center}
|
||||
bd =\begin{document}
|
||||
be =\begin{eqnarray*}
|
||||
bf =\begin{figure}[h]
|
||||
BIN
tools/qed/nl/kurzel/modula.krz
Normal file
BIN
tools/qed/nl/kurzel/modula.krz
Normal file
Binary file not shown.
1
tools/qed/nl/kurzel/qed.krz
Normal file
1
tools/qed/nl/kurzel/qed.krz
Normal file
@@ -0,0 +1 @@
|
||||
QED *=QED^^Een fantastische editor^^---------^^ ~^^---------^^(vul in: ja of nee
|
||||
202
tools/qed/nl/kurzel/stg.krz
Normal file
202
tools/qed/nl/kurzel/stg.krz
Normal file
@@ -0,0 +1,202 @@
|
||||
#
|
||||
# QED-Code bestand voor ST-Guide Sources (*.STG)
|
||||
# versie 4. (05/12/95)
|
||||
# door G. Cobben
|
||||
#
|
||||
# Code mag max. 8 tekens bevatten; door het drukken van <ESC> wordt de
|
||||
# hele string na het '=' teken in de tekst ingevoegd.
|
||||
#
|
||||
# Bijzondere tekens met een functie:
|
||||
# ----------------------------------
|
||||
# '*' direct voor het '=' teken; string wordt onmiddelijk ingevoegd,
|
||||
# zonder op <ESC> te drukken.
|
||||
# '~' in de string; zorgt er voor dat de cursor op de
|
||||
# positie van de '~' wordt ingevoegd.
|
||||
# zonder tilde ('~'); de cursor staat dan aan het eind
|
||||
# van de string.
|
||||
# '#' (hekje); leidt een commentaarregel in.
|
||||
#
|
||||
# Soms moeten er nog parameters ingevuld worden bij de commando's:
|
||||
# ----------------------------------------------------------------
|
||||
# xxx <name>|<string>|<text>
|
||||
# lll <labelname>
|
||||
# nnn <number>
|
||||
# ttt <title>
|
||||
#
|
||||
# -----------------------------------------------------
|
||||
# 0. door gebruiker gedefinieerde commando's
|
||||
# -----------------------------------------------------
|
||||
new: =## ST-Guide source^^##^^@database "~"^^@subject "Documentatie/xx"^^@author "MyNameIsNobody"^^@$VER: xxx.HYP n.nn (@:"__DATE__")^^@options -d12 +gfxy +zz -t4 -j30^^@uses fff.hyp|.ref^^
|
||||
BBST =BearBoard Atari BBS te Rotterdam, 010-4840224
|
||||
# -----------------------------------------------------
|
||||
# 1. struktuurcommando's
|
||||
# -----------------------------------------------------
|
||||
dflt =@default "~"
|
||||
(( *=@node "~"
|
||||
// *=@pnode "~"
|
||||
)) *=@endnode
|
||||
hlp =@help "~"
|
||||
lbl =@label
|
||||
nxt =@next "~"
|
||||
prv =@prev "~"
|
||||
inh =@toc "~"
|
||||
regel =@width ~75
|
||||
if =@if ~ [op xxx]
|
||||
else =@else
|
||||
if. =@endif
|
||||
xref =@xref ~ ttt
|
||||
# -----------------------------------------------------
|
||||
# 2. sturing van automatische referenties
|
||||
# -----------------------------------------------------
|
||||
>lbl =@alabel "~"
|
||||
>ook =@alias "~"
|
||||
>- =@autorefoff^^
|
||||
>+ =@autorefon^^
|
||||
>x =@extern ~ fff/xxx nnn
|
||||
>0 =@noref^^
|
||||
use =@uses ~
|
||||
usehyp =@uses ~.hyp
|
||||
useref =@uses ~.ref
|
||||
sym =@symbol "~"
|
||||
idx+ *=@indexon^^
|
||||
idx- *=@indexoff^^
|
||||
# -----------------------------------------------------
|
||||
# 3. Grafikkommandos
|
||||
# -----------------------------------------------------
|
||||
box0 =@box ~X B H 0
|
||||
box12 =@box ~X B H 1
|
||||
box25 =@box ~X B H 2
|
||||
box50 =@box ~X B H 4
|
||||
box75 =@box ~X B H 6
|
||||
box100 =@box ~X B H 8
|
||||
IMG =@image ~.img X
|
||||
ICN =@image ~.icn X
|
||||
IFF =@image ~.iff X
|
||||
IMG_ =@limage ~.img X
|
||||
ICN_ =@limage ~.icn X
|
||||
IFF_ =@limage ~.iff X
|
||||
line =@line ~X Lx Ly 0 s
|
||||
l----- =@line ~X Lx Ly 0 1
|
||||
l-- -- =@line ~X Lx Ly 0 2
|
||||
l . . =@line ~X Lx Ly 0 3
|
||||
l-.-.- =@line ~X Lx Ly 0 4
|
||||
l- - - =@line ~X Lx Ly 0 5
|
||||
l..-.. =@line ~X Lx Ly 0 6
|
||||
l..... =@line ~X Lx Ly 0 7
|
||||
rbox0 =@rbox ~X B H 0
|
||||
rbox12 =@rbox ~X B H 1
|
||||
rbox25 =@rbox ~X B H 2
|
||||
rbox50 =@rbox ~X B H 4
|
||||
rbox75 =@rbox ~X B H 6
|
||||
rbox100 =@rbox ~X B H 8
|
||||
horz =........1........2........3........4........5........6........7....^^
|
||||
vert =.^^.^^.^^.^^_^^
|
||||
# -----------------------------------------------------
|
||||
# 4. commentaar en dokumentatie-commando's
|
||||
# -----------------------------------------------------
|
||||
over: =@database "~"
|
||||
over; *=@database "
|
||||
door: *=@author "~"
|
||||
door; *=@author "
|
||||
rem =@remark
|
||||
subj =@subject "~"
|
||||
;; =## opm: ~ ##
|
||||
;;v =~^^### duits / nederl ###^^
|
||||
versie =@$VER: ~.HYP n.nn (@:"__DATE__")
|
||||
# -----------------------------------------------------
|
||||
# 5. overige commando's
|
||||
# -----------------------------------------------------
|
||||
incl =@include ~
|
||||
idx =@index "~"
|
||||
titel =@title "~"
|
||||
# some link options
|
||||
link =@{ ~ link xxx lll}
|
||||
(* *=@{ "~
|
||||
*) *=" link "~" }
|
||||
alink =@{ <text> alink <name> [<line>]}
|
||||
sys =@{ ~ system $xxx}
|
||||
rx =@{ ~ rx xxx}
|
||||
rxs =@{ ~ rxs xxx}
|
||||
quit =@{ ~ quit}
|
||||
ignore =@{ ~ ignore}
|
||||
@ =@{~}
|
||||
opt =@options ~
|
||||
opt+ =@options -d12 +gfxy +zz -t4 -j30
|
||||
host =@hostname ~
|
||||
tab =@tabsize 4
|
||||
tree =@tree
|
||||
tree. =@endtree
|
||||
def =@define
|
||||
# -----------------------------------------------------
|
||||
# 6. tekst attributen
|
||||
# -----------------------------------------------------
|
||||
u+ =@{U}
|
||||
u- =@{u}
|
||||
b+ =@{B}
|
||||
b- =@{b}
|
||||
i+ =@{I}
|
||||
i- =@{i}
|
||||
g+ =@{G}
|
||||
g- =@{g}
|
||||
o+ =@{O}
|
||||
o- =@{o}
|
||||
s+ =@{S}
|
||||
s- =@{s}
|
||||
bi+ =@{BI}
|
||||
bi- =@{bi}
|
||||
bg+ =@{BG}
|
||||
bg- =@{bg}
|
||||
" =@{0}
|
||||
# -----------------------------------------------------
|
||||
# 7. commando's t.b.v. de compatibiliteit
|
||||
# -----------------------------------------------------
|
||||
# =@(c)
|
||||
# =@dnode
|
||||
# =@font
|
||||
# =@height
|
||||
ook =@keywords ~
|
||||
# =@master
|
||||
# =@wordwrap
|
||||
# -----------------------------------------------------
|
||||
# 8. Beschikbare categorie<69>n
|
||||
# -----------------------------------------------------
|
||||
/stg =Documentatie/ST-Guide
|
||||
/utl =Documentatie/Utilities
|
||||
/ed =Documentatie/Editors
|
||||
/gr =Documentatie/Grafisch
|
||||
/sh =Documentatie/Shells
|
||||
/mt =Documentatie/MultiTOS<4F>
|
||||
/tel =Documentatie/Telecom
|
||||
/prg =Documentatie/Programmeeromgeving
|
||||
/muz =Documentatie/Muziek
|
||||
/no =Documentatie/NoHyp
|
||||
/nob =Documentatie/NoHyp/Binaries
|
||||
/noc =Documentatie/NoHyp/Control Panel
|
||||
/no =Documentatie/NoHyp/Overigen...
|
||||
\aip =Atari Infopages
|
||||
\comp =Computer
|
||||
\na =Naslagwerken
|
||||
\enc =Encyclopedie
|
||||
Paa =Programmeren/Atari
|
||||
Prr =Programmeren/Richtlijnen
|
||||
Phh =Programmeren/Hardware
|
||||
Pcc =Programmeren/C
|
||||
P++ =Programmeren/C++
|
||||
Ppp =Programmeren/Pascal
|
||||
Haa =Hardware/Atari
|
||||
Hkk =Hardware/Kaarten
|
||||
Hdd =Hardware/Drives
|
||||
Hmm =Hardware/Monitoren
|
||||
Hpp =Hardware/Printers
|
||||
Hss =Hardware/Standaards
|
||||
Hii =Hardware/ICs
|
||||
\ont =Ontspanning
|
||||
\prv =Priv<69>
|
||||
# -----------------------------------------------------
|
||||
# tijdelijke codes
|
||||
# -----------------------------------------------------
|
||||
qim =@image QED.IMG 65^^~^^@Line 1 63 0 0 7^^
|
||||
btn =@rbox 5 24 1 0^^ @{ "~ ^^
|
||||
# -----------------------------------------------------
|
||||
# Einde
|
||||
# -----------------------------------------------------
|
||||
95
tools/qed/nl/leesmij.txt
Normal file
95
tools/qed/nl/leesmij.txt
Normal file
@@ -0,0 +1,95 @@
|
||||
QED versie 5.05 NL (18.11.18)
|
||||
====================================================================
|
||||
|
||||
QED.RSC en deze tekst versie 5.0.2 --> 5.0.5 updated by Latz
|
||||
mailto: latzmaster@gmx.de
|
||||
|
||||
==============================================
|
||||
|
||||
Nadat Tom Quellenberg zo'n 2 jaar geleden de ontwikkeling van de
|
||||
editor bij versie 3.09 staakte, werden de sources door Robert
|
||||
Irrgang overgenomen.Robert deed een paar kleine wijzigingen en de
|
||||
versie 3.10<EFBFBD> zag het licht. Daarna werd Robert geplaagd door
|
||||
ernstige hardware problemen, met als gevolg het verlies van de
|
||||
sources van versie 3.10<EFBFBD>. Robert verkocht zijn Atari en schakelde (
|
||||
beroepshalve) over op OS/2 en opnieuw zat QED zonder programmeur.
|
||||
Christian Felsch heeft toen kontakt opgenomen met Tom, en deze
|
||||
besloot het volgende:
|
||||
|
||||
====================================================================
|
||||
qed is vanaf versie 3.09 inclusief alle sources Public Domain!
|
||||
====================================================================
|
||||
|
||||
Dit betekent, dat zowel het programma alsmede de C-sources door
|
||||
iedereen gekopieert en verspreid mag worden. De auteur verbiedt
|
||||
echter elke commerci<63>le verspreiding. Hieronder worden ook PD-
|
||||
bibliotheken verstaan waar men de software slechts tegen betaling
|
||||
kan verkrijgen!Voor deze versie is Christian Felsch verantwoordelijk.
|
||||
Hij zal ook in de toekomst de verdere ontwikkeling van QED blijven
|
||||
doen. Hij is zeker ge<67>nteresseerd in de idee<65>n van andere gebruikers.
|
||||
|
||||
De door hem gepubliceerde versies (beginnend bij v3.20) zullen
|
||||
altijd in het openbare programma-gebied van de Maus Hamburg (tel.
|
||||
0049 40 53897013) en op de FTP-Server ftp.rz.tu-harburg.de in de
|
||||
directory /ATARI/qed te vinden zijn.De door Tom vrijgegeven sources
|
||||
van v3.09 en die van de aktuele versie zijn daar ook te vinden.
|
||||
|
||||
Vragen, problemen, bug-reports (altijd o.v.v. het versienummer)
|
||||
kunnen per e-mail gericht worden aan Christian Felsch
|
||||
|
||||
Deze volledige nederlandse release werd verzorgt door Godfried
|
||||
Cobben. Alle releases van QEDnl worden gedaan via:
|
||||
|
||||
Info over en download van QED-NL is ook mogelijk via Thing
|
||||
Webservices:
|
||||
http://www.luna.nl/~gncobben/atari/qed.html
|
||||
|
||||
Inhoud:
|
||||
====================================================================
|
||||
|
||||
QED.RSC de NL resource
|
||||
LEES-MIJ.TXT deze tekst
|
||||
|
||||
\Guide
|
||||
QED.HYP ST-Guide hypertext voor OnLine help bij de
|
||||
nederlandse versie.
|
||||
QED.REF Het bijbehorende referentie bestand
|
||||
|
||||
\kurzel 'kortzetsels' voor:
|
||||
ASCII.KRZ algemeen gebruik (ascii)
|
||||
C.KRZ C-sources
|
||||
LATEX.KRZ TeX
|
||||
MODULA.KRZ Megamax Modula2
|
||||
STG.KRZ ST-Guide broncode
|
||||
HTML.KRZ HTML-commando's
|
||||
|
||||
\Syntax parameters voor de syntaxgevoeligheid
|
||||
asm.syn 68k assembler
|
||||
c.syn C
|
||||
cpp.syn C++errdat.syn pure C error.dat
|
||||
html.syn html
|
||||
htmlphp.syn HTML/PHP-brontekst
|
||||
manitor.syn Manitor-logfile
|
||||
mup.syn bash/Mupfel-Script
|
||||
pas.syn Pascal-brontekst
|
||||
sic.syn Scripter-script
|
||||
stg.syn ST-Guide-brontekst
|
||||
syn.syn QED-syntaxbestand
|
||||
udo.syn UDO-brontekst
|
||||
|
||||
======================================================================
|
||||
|
||||
Installatie:
|
||||
|
||||
Kopieer de folder \kurzel\, \syntax\ en de bestanden QED.RSC naar de
|
||||
folder \QED\ (programma folder).
|
||||
Kopieer de inhoud van de folder \GUIDE\ naar de folder met de ST-GUIDE
|
||||
hypertexten. Klaar.
|
||||
Als men de environment-variabele QED definieert met het volledige pad
|
||||
van de QED-folder dan wordt altijd de RSC gevonden. Indien de
|
||||
environment-variabele HOME gedefinieerd is dan wordt
|
||||
QED.CFG ook op het pad $HOME/, $HOME/.qed/ en $HOME/DEFAULTS gezocht.
|
||||
======================================================================
|
||||
|
||||
Godfried Cobben
|
||||
Rotterdam, 15 januari 2003.
|
||||
BIN
tools/qed/nl/qed.rsc
Normal file
BIN
tools/qed/nl/qed.rsc
Normal file
Binary file not shown.
124
tools/qed/nl/syntax/asm.syn
Normal file
124
tools/qed/nl/syntax/asm.syn
Normal file
@@ -0,0 +1,124 @@
|
||||
|
||||
;********************************************************
|
||||
[Pure M68K-assembler-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "s","a"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = " *"," *"
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaar>
|
||||
From = "*"
|
||||
To = EOL
|
||||
Firstcolumn = TRUE
|
||||
|
||||
<Commentaar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
|
||||
<Opcodes (MC 68030)>
|
||||
Keyword = "abcd","adda","addi","addq","addx","andi","add","and","asl"
|
||||
Keyword = "asr","bfexts","bfextu","bfclr","bfffo","bfins","bfset","bftst"
|
||||
Keyword = "bchg","bkpt","bset","btst","bhi","bls","bcc","bcs","bne","beq"
|
||||
Keyword = "bra","bmi","bpl","bsr","bf","bt","callm","cas2","chk2","cmpa"
|
||||
Keyword = "cmpi","cmpm","cmp2","cas","chk","clr","cmp","divsl","divul"
|
||||
Keyword = "dbhi","dbls","dbcc","dbcs","dbne","dbeq","dbra","dbpl","dbmi"
|
||||
Keyword = "divs","divu","dbf","dbt","eori","extb","eor","exg","ext"
|
||||
Keyword = "illegal","jmp","jsr","link","lea","lsr","lsl","movea","movec"
|
||||
Keyword = "movem","movep","moveq","moves","move","muls","mulu","nbcd"
|
||||
Keyword = "negx","neg","not","ori","or","pack","pea","reset","roxl","roxr"
|
||||
Keyword = "rol","ror","rtd","rte","rtm","rtr","rts","sbcd","stop","suba"
|
||||
Keyword = "subi","subq","subx","swap","shi","sls","scc","scs","sne","seq"
|
||||
Keyword = "smi","spl","sub","sf","st","traphi","trapls","trapcc","trapcs"
|
||||
Keyword = "trapne","trapeq","trapmi","trappl","trapf","trapt","trapv"
|
||||
Keyword = "trap","tas","tst","unlk","unpk"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Directives>
|
||||
Keyword = "*=","asciil","asciiz","align","aline","ascii","bss","comm"
|
||||
Keyword = "data","dcb","ds","dc","endmod","export","endif","error","exitm"
|
||||
Keyword = "else","endc","endm","even","end","equ","fline","globl"
|
||||
Keyword = "include","import","ifnb","ifeq","ifne","ifle","iflt","ifge"
|
||||
Keyword = "ifgt","iff","ifb","if1","if2","if","lcomm","local","list"
|
||||
Keyword = "mc68000","mc68010","mc68020","mc68030","mc68040","mc68851"
|
||||
Keyword = "module","macro","nolist","offset","org","print","page","rept"
|
||||
Keyword = "reg","super","set","text","ttl","user","xdef","xref"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Register>
|
||||
Keyword = ")+","-(","a0","a1","a2","a3","a4","a5","a6","a7","ccr","d0"
|
||||
Keyword = "d1","d2","d3","d4","d5","d6","d7","pc","ssp","sp","sr","usp"
|
||||
Keyword = "(",")"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Byte>
|
||||
Keyword = ".b"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Wort>
|
||||
Keyword = ".w"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Long>
|
||||
Keyword = ".l"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Constante>
|
||||
From = "#"
|
||||
While = "<<",">>"
|
||||
While = "$","+","-",".","0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
134
tools/qed/nl/syntax/c.syn
Normal file
134
tools/qed/nl/syntax/c.syn
Normal file
@@ -0,0 +1,134 @@
|
||||
|
||||
;********************************************************
|
||||
[C-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "c"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Regelreeks in macro's>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
|
||||
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
|
||||
Keyword = "switch","typedef","while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<VarType>
|
||||
Keyword = "const","const","char","double","float","int","long","register"
|
||||
Keyword = "signed","static","struct","short","unsigned","union","volatile"
|
||||
Keyword = "void"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Userdef VarType>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Preprocessor-directives>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex-constanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimaal-constanten>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octaal-constanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
142
tools/qed/nl/syntax/cpp.syn
Normal file
142
tools/qed/nl/syntax/cpp.syn
Normal file
@@ -0,0 +1,142 @@
|
||||
|
||||
;********************************************************
|
||||
[C++-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "cpp","cc","h"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Regelreeks in macro's>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "and_eq","auto","asm","and","bitand","break","bitor"
|
||||
Keyword = "const_cast","continue","cdecl","catch","class","const","compl"
|
||||
Keyword = "case","dynamic_cast","default","delete","do","explicit"
|
||||
Keyword = "extern","export","else","enum","friend","false","for","goto"
|
||||
Keyword = "inline","if","namespace","not_eq","new","not","operator"
|
||||
Keyword = "or_eq","or","protected","private","pascal","public"
|
||||
Keyword = "reinterpret_cast","return","static_cast","sizeof","switch"
|
||||
Keyword = "template","typename","typedef","typeid","throw","this","true"
|
||||
Keyword = "try","using","virtual","while","xor_eq","xor"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<VarType>
|
||||
Keyword = "bool","const","const","char","double","float","int","long"
|
||||
Keyword = "mutable","register","signed","static","struct","short"
|
||||
Keyword = "unsigned","union","volatile","void","wchar_t"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Userdef VarType>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Preprocessor-directives>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex-constanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimaal-constanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octaal-constanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
45
tools/qed/nl/syntax/errdat.syn
Normal file
45
tools/qed/nl/syntax/errdat.syn
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
;********************************************************
|
||||
[ERROR.DAT voor Pure C]
|
||||
;********************************************************
|
||||
Txttype = "error.dat"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Warnings>
|
||||
Keyword = "Warning(s)","Warning "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Errors>
|
||||
Keyword = "Error(s)","Error "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Regelnummers>
|
||||
From = "1"-"9"
|
||||
To = ":"
|
||||
(Color16)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
145
tools/qed/nl/syntax/html.syn
Normal file
145
tools/qed/nl/syntax/html.syn
Normal file
@@ -0,0 +1,145 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML]
|
||||
;********************************************************
|
||||
Txttype = "htm","html"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</script>","</select>","</strike>","</strong>","<textarea"
|
||||
Keyword = "<acronym","<address","<bgsound","</blink>","<button>"
|
||||
Keyword = "<caption","<center>","<iframe>","<ilayer>","<isindex"
|
||||
Keyword = "</label>","<legend>","<marquee","<object>","<option>"
|
||||
Keyword = "<script>","</small>","<spacer>","<strike>","<strong>"
|
||||
Keyword = "</style>","</table>","</tbody>","</tfoot>","</thead>"
|
||||
Keyword = "</title>","</abbr>","<above>","<applet","<array>","<blink>"
|
||||
Keyword = "</body>","<center","</cite>","</code>","</font>","</form>"
|
||||
Keyword = "</head>","</html>","<input>","<label>","<layer>","<legend"
|
||||
Keyword = "</menu>","<nextid","</nobr>","</note>","<object","<option"
|
||||
Keyword = "<quote>","<range>","</samp>","<script","<select","<small>"
|
||||
Keyword = "</span>","<strike","<strong","<style>","<table>","<tbody>"
|
||||
Keyword = "<tfoot>","<thead>","<title>","<abbr>","</area","</bdo>"
|
||||
Keyword = "</big>","<body>","<blink","<cite>","<code>","</col>","</del>"
|
||||
Keyword = "</dfn>","</dir>","</div>","<embed","<form>","<frame","<head>"
|
||||
Keyword = "<html>","<input","</ins>","</kbd>","<label","</map>","<menu>"
|
||||
Keyword = "<nobr>","<note>","<param","</pre>","<root>","<samp>","<small"
|
||||
Keyword = "<sound","<span>","<sqrt>","<style","</sub>","</sup>","<table"
|
||||
Keyword = "<tbody","<text>","<tfoot","<thead","</var>","</xmp>","<abbr"
|
||||
Keyword = "<area","<base","<bdo>","<big>","<body","<box>","<cite","<code"
|
||||
Keyword = "<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>","</dt>"
|
||||
Keyword = "</em>","<fig>","<font","<form","</h1>","</h2>","</h3>","</h4>"
|
||||
Keyword = "</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>","<link"
|
||||
Keyword = "<menu","<meta","</ol>","<pre>","<samp","<span","<sub>","<sup>"
|
||||
Keyword = "</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>","<xmp>"
|
||||
Keyword = "</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del","<dfn"
|
||||
Keyword = "<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>","<h4>"
|
||||
Keyword = "<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>","<map"
|
||||
Keyword = "<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>","<th>"
|
||||
Keyword = "<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd","<dl","<dt"
|
||||
Keyword = "<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr","<i>","<li"
|
||||
Keyword = "<ol","<p>","<q>","<s>","<td","<th","<tr","<tt","<u>","<ul","<a"
|
||||
Keyword = "<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attribute>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
792
tools/qed/nl/syntax/htmlphp.syn
Normal file
792
tools/qed/nl/syntax/htmlphp.syn
Normal file
@@ -0,0 +1,792 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML/PHP-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "php","php4","php3"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Commentaar>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<PHP-delimiters>
|
||||
Keyword = "<?php","<?","?>"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Regelreeks in macro's>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "break","continue","elseif","endif","echo","else","foreach"
|
||||
Keyword = "for","global","include","if","next","require","return","switch"
|
||||
Keyword = "while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Functions>
|
||||
Keyword = "array_merge_recursive","array_count_values","apache_lookup_uri"
|
||||
Keyword = "aspell_check_raw","array_intersect","array_multisort"
|
||||
Keyword = "accept_connect","apache_sub_req","aspell_suggest"
|
||||
Keyword = "assert_options","array_reverse","array_unshift","array_splice"
|
||||
Keyword = "array_unique","array_values","aspell_check","addcslashes"
|
||||
Keyword = "apache_note","array_merge","array_shift","array_slice"
|
||||
Keyword = "addslashes","array_diff","array_flip","array_keys","array_push"
|
||||
Keyword = "array_rand","array_walk","aspell_new","add_iovec","array_pad"
|
||||
Keyword = "array_pop","array_sum","arsort","assert","array","asort"
|
||||
Keyword = "atan2","acos","asin","atan","abs","bindtextdomain"
|
||||
Keyword = "base64_decode","base64_encode","base_convert","bzdecompress"
|
||||
Keyword = "build_iovec","bzcompress","basename","bzerrstr","bcscale"
|
||||
Keyword = "bin2hex","bzclose","bzerrno","bzerror","bzflush","bzwrite"
|
||||
Keyword = "bccomp","bcsqrt","bindec","bzopen","bzread","bcadd","bcdiv"
|
||||
Keyword = "bcmod","bcmul","bcpow","bcsub","bind"
|
||||
Keyword = "cpdf_global_set_document_limits","cpdf_set_viewer_preferences"
|
||||
Keyword = "cpdf_closepath_fill_stroke","confirm_extname_compiled"
|
||||
Keyword = "confirm_zziplib_compiled","cpdf_place_inline_image"
|
||||
Keyword = "cpdf_set_page_animation","cpdf_set_text_rendering"
|
||||
Keyword = "cpdf_setrgbcolor_stroke","cybercash_base64_decode"
|
||||
Keyword = "cybercash_base64_encode","confirm_ctype_compiled"
|
||||
Keyword = "cpdf_set_horiz_scaling","cpdf_closepath_stroke"
|
||||
Keyword = "cpdf_set_char_spacing","cpdf_set_current_page"
|
||||
Keyword = "cpdf_set_word_spacing","cpdf_setrgbcolor_fill"
|
||||
Keyword = "call_user_func_array","cpdf_set_text_matrix"
|
||||
Keyword = "cpdf_add_annotation","cpdf_set_action_url"
|
||||
Keyword = "cpdf_setgray_stroke","connection_aborted","connection_timeout"
|
||||
Keyword = "convert_cyr_string","cpdf_continue_text","cpdf_finalize_page"
|
||||
Keyword = "cpdf_output_buffer","cpdf_set_text_rise","cpdf_setmiterlimit"
|
||||
Keyword = "connection_status","cpdf_save_to_file","cpdf_set_keywords"
|
||||
Keyword = "cpdf_set_text_pos","cpdf_setgray_fill","cpdf_setlinewidth"
|
||||
Keyword = "call_user_method","cpdf_add_outline","cpdf_fill_stroke"
|
||||
Keyword = "cpdf_import_jpeg","cpdf_rotate_text","cpdf_set_creator"
|
||||
Keyword = "cpdf_set_leading","cpdf_set_subject","cpdf_setlinejoin"
|
||||
Keyword = "cpdf_setrgbcolor","cpdf_stringwidth","cpdf_begin_text"
|
||||
Keyword = "cpdf_setlinecap","create_function","call_user_func"
|
||||
Keyword = "ccvs_textvalue","clearstatcache","cpdf_closepath"
|
||||
Keyword = "cpdf_page_init","cpdf_set_title","cpdf_translate"
|
||||
Keyword = "cybercash_decr","cybercash_encr","cpdf_end_text"
|
||||
Keyword = "cpdf_finalize","cpdf_set_font","ccvs_command","ccvs_reverse"
|
||||
Keyword = "class_exists","cpdf_curveto","cpdf_newpath","cpdf_restore"
|
||||
Keyword = "cpdf_rlineto","cpdf_rmoveto","cpdf_setdash","cpdf_setflat"
|
||||
Keyword = "cpdf_setgray","cpdf_show_xy","curl_getinfo","curl_version"
|
||||
Keyword = "cv_textvalue","ccvs_delete","ccvs_lookup","ccvs_report"
|
||||
Keyword = "ccvs_return","ccvs_status","chunk_split","com_propget"
|
||||
Keyword = "com_propput","com_propset","count_chars","cpdf_circle"
|
||||
Keyword = "cpdf_lineto","cpdf_moveto","cpdf_rotate","cpdf_stroke"
|
||||
Keyword = "curl_setopt","ccvs_count","checkdnsrr","com_invoke"
|
||||
Keyword = "cpdf_close","cpdf_scale","curl_close","curl_errno","curl_error"
|
||||
Keyword = "cv_command","cv_reverse","ccvs_auth","ccvs_done","ccvs_init"
|
||||
Keyword = "ccvs_sale","ccvs_void","checkdate","cpdf_clip","cpdf_fill"
|
||||
Keyword = "cpdf_open","cpdf_rect","cpdf_save","cpdf_show","cpdf_text"
|
||||
Keyword = "curl_exec","curl_init","cv_delete","cv_lookup","cv_report"
|
||||
Keyword = "cv_return","cv_status","ccvs_add","ccvs_new","closedir"
|
||||
Keyword = "closelog","com_load","constant","cpdf_arc","cv_count","com_get"
|
||||
Keyword = "com_set","connect","current","cv_auth","cv_done","cv_init"
|
||||
Keyword = "cv_sale","cv_void","cv_add","cv_new","chdir","chgrp","chmod"
|
||||
Keyword = "chown","close","count","crash","crc32","crypt","ceil","chop"
|
||||
Keyword = "copy","chr","cos","dbase_get_record_with_names"
|
||||
Keyword = "display_disabled_function","define_syslog_variables"
|
||||
Keyword = "dav_set_mkcol_handlers","dbase_replace_record"
|
||||
Keyword = "dbase_delete_record","domxml_set_content","domxml_attributes"
|
||||
Keyword = "domxml_new_xmldoc","dbase_add_record","dbase_get_record"
|
||||
Keyword = "dbase_numrecords","domxml_new_child","dbase_numfields"
|
||||
Keyword = "domxml_add_root","domxml_children","domxml_dumpmem"
|
||||
Keyword = "domxml_getattr","domxml_setattr","diskfreespace","dba_firstkey"
|
||||
Keyword = "dba_optimize","dbase_create","delete_iovec","dba_nextkey"
|
||||
Keyword = "dba_replace","dbase_close","dbmfirstkey","domxml_node"
|
||||
Keyword = "domxml_root","dba_delete","dba_exists","dba_insert"
|
||||
Keyword = "dbase_open","dbase_pack","dbmnextkey","dbmreplace","dba_close"
|
||||
Keyword = "dba_fetch","dba_popen","dbmdelete","dbmexists","dbminsert"
|
||||
Keyword = "dcgettext","doubleval","dba_open","dba_sync","dbmclose"
|
||||
Keyword = "dbmfetch","dgettext","dbmopen","defined","deg2rad","dirname"
|
||||
Keyword = "dblist","decbin","dechex","decoct","define","date","dir","dl"
|
||||
Keyword = "extension_loaded","error_reporting","escapeshellarg"
|
||||
Keyword = "escapeshellcmd","eregi_replace","ereg_replace","easter_date"
|
||||
Keyword = "easter_days","ezmlm_hash","error_log","explode","extract"
|
||||
Keyword = "eregi","each","ereg","exec","exit","end","exp"
|
||||
Keyword = "fdf_set_submit_form_action","fdf_set_javascript_action"
|
||||
Keyword = "fdf_next_field_name","filepro_fieldcount","filepro_fieldwidth"
|
||||
Keyword = "filepro_fieldname","filepro_fieldtype","fdf_add_template"
|
||||
Keyword = "filepro_retrieve","filepro_rowcount","fribidi_log2vis"
|
||||
Keyword = "function_exists","fdf_get_status","fdf_set_status"
|
||||
Keyword = "fdf_get_value","fdf_set_flags","fdf_set_value","func_get_args"
|
||||
Keyword = "func_num_args","fdf_get_file","fdf_set_file","func_get_arg"
|
||||
Keyword = "fdf_set_opt","fetch_iovec","file_exists","ftp_connect"
|
||||
Keyword = "ftp_rawlist","ftp_systype","fd_dealloc","fdf_create"
|
||||
Keyword = "fdf_set_ap","free_iovec","frenchtojd","ftp_delete","ftp_rename"
|
||||
Keyword = "fdf_close","fileatime","filectime","filegroup","fileinode"
|
||||
Keyword = "filemtime","fileowner","fileperms","fpassthru","fsockopen"
|
||||
Keyword = "ftp_chdir","ftp_login","ftp_mkdir","ftp_nlist","ftp_rmdir"
|
||||
Keyword = "ftruncate","fd_alloc","fd_clear","fd_isset","fdf_open"
|
||||
Keyword = "fdf_save","filesize","filetype","ftp_cdup","ftp_exec"
|
||||
Keyword = "ftp_fget","ftp_fput","ftp_mdtm","ftp_pasv","ftp_quit"
|
||||
Keyword = "ftp_site","ftp_size","fd_zero","fgetcsv","filepro","ftp_get"
|
||||
Keyword = "ftp_put","ftp_pwd","fclose","fd_set","fflush","fgetss","fscanf"
|
||||
Keyword = "fwrite","fgetc","fgets","flock","floor","flush","fopen","fputs"
|
||||
Keyword = "fread","fseek","fstat","ftell","feof","file"
|
||||
Keyword = "get_html_translation_table","get_magic_quotes_runtime"
|
||||
Keyword = "get_defined_functions","get_loaded_extensions"
|
||||
Keyword = "get_declared_classes","get_magic_quotes_gpc"
|
||||
Keyword = "get_extension_funcs","get_included_files","gmp_perfect_square"
|
||||
Keyword = "get_class_methods","get_resource_type","get_current_user"
|
||||
Keyword = "get_defined_vars","get_parent_class","getprotobynumber"
|
||||
Keyword = "get_all_headers","get_object_vars","get_class_vars"
|
||||
Keyword = "gethostbynamel","getprotobyname","gmp_prob_prime"
|
||||
Keyword = "get_meta_tags","getallheaders","gethostbyaddr","gethostbyname"
|
||||
Keyword = "getservbyname","getservbyport","gregoriantojd","getimagesize"
|
||||
Keyword = "gettimeofday","gmp_divexact","gmp_legendre","gmp_popcount"
|
||||
Keyword = "gzuncompress","get_browser","get_cfg_var","getpeername"
|
||||
Keyword = "getsockname","gmp_hamdist","gmp_sqrtrem","getlastmod"
|
||||
Keyword = "getmyinode","getrandmax","getsockopt","gmp_clrbit","gmp_div_qr"
|
||||
Keyword = "gmp_gcdext","gmp_intval","gmp_invert","gmp_jacobi","gmp_random"
|
||||
Keyword = "gmp_setbit","gmp_strval","gmstrftime","gzcompress","gzpassthru"
|
||||
Keyword = "get_class","getrusage","gmp_div_q","gmp_div_r","gmp_scan0"
|
||||
Keyword = "gmp_scan1","gzdeflate","gzinflate","getmypid","getmyuid"
|
||||
Keyword = "gmmktime","gmp_fact","gmp_init","gmp_powm","gmp_sign"
|
||||
Keyword = "gmp_sqrt","gzencode","gzrewind","getdate","getmxrr","gettext"
|
||||
Keyword = "gettype","gmp_abs","gmp_add","gmp_and","gmp_cmp","gmp_com"
|
||||
Keyword = "gmp_gcd","gmp_mod","gmp_mul","gmp_neg","gmp_pow","gmp_sub"
|
||||
Keyword = "gmp_xor","gzclose","gzgetss","gzwrite","getcwd","getenv"
|
||||
Keyword = "gmdate","gmp_or","gzfile","gzgetc","gzgets","gzopen","gzputs"
|
||||
Keyword = "gzread","gzseek","gztell","gzeof"
|
||||
Keyword = "hw_getobjectbyftquerycollobj","hw_getobjectbyquerycollobj"
|
||||
Keyword = "hw_getobjectbyftquerycoll","hw_getobjectbyftqueryobj"
|
||||
Keyword = "hw_getobjectbyquerycoll","hw_document_attributes"
|
||||
Keyword = "hw_document_setcontent","hw_getobjectbyqueryobj"
|
||||
Keyword = "hw_getchilddoccollobj","hw_getobjectbyftquery"
|
||||
Keyword = "hw_getremotechildren","hw_document_bodytag"
|
||||
Keyword = "hw_document_content","hw_getobjectbyquery","hw_connection_info"
|
||||
Keyword = "hw_getchildcollobj","hw_getchilddoccoll","hw_getsrcbydestobj"
|
||||
Keyword = "hw_output_document","hw_docbyanchorobj","hw_insertdocument"
|
||||
Keyword = "highlight_string","htmlspecialchars","hw_document_size"
|
||||
Keyword = "hw_free_document","hw_getanchorsobj","hw_getparentsobj"
|
||||
Keyword = "hw_incollections","hw_insertanchors","hw_array2objrec"
|
||||
Keyword = "hw_changeobject","hw_deleteobject","hw_getchildcoll"
|
||||
Keyword = "hw_insertobject","hw_modifyobject","hw_new_document"
|
||||
Keyword = "hw_objrec2array","hw_pipedocument","highlight_file"
|
||||
Keyword = "hw_childrenobj","hw_docbyanchor","hw_getusername"
|
||||
Keyword = "hw_setlinkroot","hw_getanchors","hw_getandlock","hw_getparents"
|
||||
Keyword = "hw_getrellink","headers_sent","htmlentities","hw_getobject"
|
||||
Keyword = "hw_getremote","hw_children","hw_edittext","hw_errormsg"
|
||||
Keyword = "hw_identify","hw_pconnect","hw_connect","hw_gettext"
|
||||
Keyword = "hw_inscoll","hw_pipecgi","hw_getcgi","hw_insdoc","hw_unlock"
|
||||
Keyword = "hw_close","hw_dummy","hw_error","hw_mapid","hebrevc","hw_info"
|
||||
Keyword = "hw_root","hw_stat","header","hebrev","hexdec","hw_who","hw_cp"
|
||||
Keyword = "hw_mv","imap_rfc822_parse_adrlist","imap_rfc822_parse_headers"
|
||||
Keyword = "imap_rfc822_write_address","imap_mime_header_decode"
|
||||
Keyword = "iis_getserverbycomment","ingres_field_precision"
|
||||
Keyword = "imagecolortransparent","imagecreatefromstring"
|
||||
Keyword = "ingres_field_nullable","icap_create_calendar"
|
||||
Keyword = "icap_delete_calendar","icap_rename_calendar"
|
||||
Keyword = "imagecolorclosesthwb","imagecolordeallocate"
|
||||
Keyword = "imagefilledrectangle","ifx_blobinfile_mode"
|
||||
Keyword = "ifx_fieldproperties","iis_getserverbypath"
|
||||
Keyword = "iis_getservicestate","imagecolorsforindex"
|
||||
Keyword = "imagecreatefromjpeg","imagecreatefromwbmp"
|
||||
Keyword = "imap_clearflag_full","imap_fetch_overview"
|
||||
Keyword = "imap_fetchstructure","imap_listsubscribed"
|
||||
Keyword = "imap_mailboxmsginfo","ingres_fetch_object"
|
||||
Keyword = "ingres_field_length","ibase_fetch_object","ifx_htmltbl_result"
|
||||
Keyword = "iis_getdirsecurity","iis_getserverright","iis_setappsettings"
|
||||
Keyword = "iis_setdirsecurity","iis_setserverright","imagecolorallocate"
|
||||
Keyword = "imagecreatefromgif","imagecreatefrompng","imagecreatefromxbm"
|
||||
Keyword = "imagecreatefromxpm","imagefilledpolygon","imap_createmailbox"
|
||||
Keyword = "imap_deletemailbox","imap_getsubscribed","imap_renamemailbox"
|
||||
Keyword = "ingres_fetch_array","ingres_field_scale","ibase_blob_cancel"
|
||||
Keyword = "ibase_blob_create","ibase_blob_import","ibase_free_result"
|
||||
Keyword = "icap_delete_event","ifx_affected_rows","ifx_byteasvarchar"
|
||||
Keyword = "ifx_textasvarchar","ifxus_create_slob","ignore_user_abort"
|
||||
Keyword = "imagecolorclosest","imagecolorresolve","imagefilltoborder"
|
||||
Keyword = "imagegammacorrect","imagepsencodefont","imagepsextendfont"
|
||||
Keyword = "imap_getmailboxes","imap_mail_compose","imap_setflag_full"
|
||||
Keyword = "ingres_autocommit","ingres_field_name","ingres_field_type"
|
||||
Keyword = "ingres_num_fields","ibase_blob_close","ibase_field_info"
|
||||
Keyword = "ibase_free_query","ibase_num_fields","icap_fetch_event"
|
||||
Keyword = "icap_list_alarms","icap_list_events","icap_store_event"
|
||||
Keyword = "ifxus_close_slob","ifxus_write_slob","iis_getscriptmap"
|
||||
Keyword = "iis_removeserver","iis_setscriptmap","iis_startservice"
|
||||
Keyword = "imagecolorstotal","imagecopyresized","imagepalettecopy"
|
||||
Keyword = "imagepsslantfont","imap_fetchheader","imap_listmailbox"
|
||||
Keyword = "imap_scanmailbox","imap_unsubscribe","imap_utf7_decode"
|
||||
Keyword = "imap_utf7_encode","ingres_fetch_row","ircg_set_current"
|
||||
Keyword = "is_uploaded_file","ibase_blob_echo","ibase_blob_info"
|
||||
Keyword = "ibase_blob_open","ibase_fetch_row","ifx_create_blob"
|
||||
Keyword = "ifx_create_char","ifx_free_result","ifx_update_blob"
|
||||
Keyword = "ifx_update_char","ifxus_free_slob","ifxus_open_slob"
|
||||
Keyword = "ifxus_read_slob","ifxus_seek_slob","ifxus_tell_slob"
|
||||
Keyword = "iis_startserver","iis_stopservice","imagecolorexact"
|
||||
Keyword = "imagedashedline","imagefontheight","imagepscopyfont"
|
||||
Keyword = "imagepsfreefont","imagepsloadfont","imap_bodystruct"
|
||||
Keyword = "imap_headerinfo","imap_last_error","imap_num_recent"
|
||||
Keyword = "ingres_num_rows","ingres_pconnect","ingres_rollback"
|
||||
Keyword = "ircg_disconnect","ibase_blob_add","ibase_blob_get"
|
||||
Keyword = "ibase_pconnect","ibase_rollback","ifx_fieldtypes"
|
||||
Keyword = "ifx_nullformat","ifx_num_fields","iis_stopserver"
|
||||
Keyword = "imagecopymerge","imagefontwidth","imageinterlace"
|
||||
Keyword = "imagerectangle","imap_fetchbody","imap_fetchtext"
|
||||
Keyword = "imap_mail_copy","imap_mail_move","imap_subscribe"
|
||||
Keyword = "ingres_connect","is_subclass_of","ibase_connect"
|
||||
Keyword = "ibase_execute","ibase_prepare","ibase_timefmt","ifx_copy_blob"
|
||||
Keyword = "ifx_fetch_row","ifx_free_blob","ifx_free_char","iis_addserver"
|
||||
Keyword = "imagecolorset","imageloadfont","imagesetpixel","imagestringup"
|
||||
Keyword = "imap_undelete","ingres_commit","ircg_pconnect","is_executable"
|
||||
Keyword = "ibase_commit","ibase_errmsg","ifx_errormsg","ifx_get_blob"
|
||||
Keyword = "ifx_get_char","ifx_getsqlca","ifx_num_rows","ifx_pconnect"
|
||||
Keyword = "imagecolorat","imagedestroy","imagepolygon","imagettfbbox"
|
||||
Keyword = "imagettftext","imap_expunge","imap_headers","imap_num_msg"
|
||||
Keyword = "ingres_close","ingres_query","is_writeable","ibase_close"
|
||||
Keyword = "ibase_query","ibase_trans","icap_reopen","icap_snooze"
|
||||
Keyword = "ifx_connect","ifx_prepare","imagecharup","imagecreate"
|
||||
Keyword = "imagepsbbox","imagepstext","imagestring","imap_alerts"
|
||||
Keyword = "imap_append","imap_base64","imap_binary","imap_create"
|
||||
Keyword = "imap_delete","imap_errors","imap_header","imap_qprint"
|
||||
Keyword = "imap_rename","imap_reopen","imap_search","imap_status"
|
||||
Keyword = "ini_restore","is_readable","is_resource","is_writable"
|
||||
Keyword = "icap_popen","imagetypes","imap_check","imap_close","imap_msgno"
|
||||
Keyword = "imap_popen","is_integer","is_numeric","icap_open","ifx_close"
|
||||
Keyword = "ifx_error","ifx_query","imagechar","imagecopy","imagefill"
|
||||
Keyword = "imagejpeg","imageline","imagewbmp","imap_8bit","imap_body"
|
||||
Keyword = "imap_list","imap_lsub","imap_mail","imap_open","imap_ping"
|
||||
Keyword = "imap_scan","imap_sort","imap_utf8","ini_alter","iptcembed"
|
||||
Keyword = "iptcparse","ircg_join","ircg_part","is_double","is_object"
|
||||
Keyword = "is_string","imagearc","imagegif","imagepng","imap_uid"
|
||||
Keyword = "in_array","ircg_msg","is_array","is_float","isxdigit","imagesx"
|
||||
Keyword = "imagesy","implode","ini_get","ini_set","ip2long","is_bool"
|
||||
Keyword = "is_file","is_link","is_long","is_null","is_real","isalnum"
|
||||
Keyword = "isalpha","iscntrl","isdigit","isgraph","islower","isprint"
|
||||
Keyword = "ispunct","isspace","isupper","ifx_do","intval","is_dir"
|
||||
Keyword = "is_int","java_last_exception_clear","java_last_exception_get"
|
||||
Keyword = "jdtogregorian","jddayofweek","jdmonthname","jdtofrench"
|
||||
Keyword = "jdtojewish","jdtojulian","jewishtojd","juliantojd","jdtounix"
|
||||
Keyword = "join","krsort","ksort","key","ldap_first_attribute"
|
||||
Keyword = "ldap_get_attributes","ldap_get_values_len"
|
||||
Keyword = "ldap_next_attribute","ldap_count_entries","ldap_8859_to_t61"
|
||||
Keyword = "ldap_first_entry","ldap_free_result","ldap_get_entries"
|
||||
Keyword = "ldap_mod_replace","ldap_t61_to_8859","ldap_explode_dn"
|
||||
Keyword = "ldap_get_option","ldap_get_values","ldap_next_entry"
|
||||
Keyword = "ldap_set_option","ldap_compare","ldap_connect","ldap_err2str"
|
||||
Keyword = "ldap_mod_add","ldap_mod_del","ldap_delete","ldap_dn2ufn"
|
||||
Keyword = "ldap_get_dn","ldap_modify","ldap_search","ldap_unbind"
|
||||
Keyword = "levenshtein","ldap_close","ldap_errno","ldap_error","lcg_value"
|
||||
Keyword = "ldap_bind","ldap_list","ldap_read","localtime","ldap_add"
|
||||
Keyword = "linkinfo","long2ip","listen","log10","lstat","ltrim","leak"
|
||||
Keyword = "link","list","log","mcrypt_module_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_module_is_block_algorithm_mode"
|
||||
Keyword = "mcrypt_enc_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_enc_is_block_algorithm_mode"
|
||||
Keyword = "mcal_event_set_recur_monthly_mday"
|
||||
Keyword = "mcal_event_set_recur_monthly_wday"
|
||||
Keyword = "mcrypt_module_get_algo_block_size"
|
||||
Keyword = "mcrypt_module_is_block_algorithm"
|
||||
Keyword = "mcal_fetch_current_stream_event"
|
||||
Keyword = "mcrypt_module_get_algo_key_size"
|
||||
Keyword = "mcrypt_enc_get_algorithms_name","mcrypt_enc_is_block_algorithm"
|
||||
Keyword = "mcal_event_set_recur_weekly","mcal_event_set_recur_yearly"
|
||||
Keyword = "mcrypt_module_is_block_mode","mcal_event_set_description"
|
||||
Keyword = "mcal_event_set_recur_daily","mssql_min_message_severity"
|
||||
Keyword = "mcal_event_set_recur_none","mcrypt_enc_get_block_size"
|
||||
Keyword = "mcrypt_enc_get_modes_name","mssql_min_client_severity"
|
||||
Keyword = "mssql_min_server_severity","mcal_event_add_attribute"
|
||||
Keyword = "mcrypt_enc_is_block_mode","mssql_min_error_severity"
|
||||
Keyword = "mcal_event_set_category","mcrypt_enc_get_key_size"
|
||||
Keyword = "mcrypt_module_self_test","mcrypt_enc_get_iv_size"
|
||||
Keyword = "mcrypt_get_cipher_name","mcrypt_list_algorithms"
|
||||
Keyword = "mssql_get_last_message","mcrypt_get_block_size"
|
||||
Keyword = "magic_quotes_runtime","mcal_create_calendar"
|
||||
Keyword = "mcal_delete_calendar","mcal_event_set_alarm"
|
||||
Keyword = "mcal_event_set_class","mcal_event_set_start"
|
||||
Keyword = "mcal_event_set_title","mcal_next_recurrence"
|
||||
Keyword = "mcal_rename_calendar","mcrypt_enc_self_test"
|
||||
Keyword = "mhash_get_block_size","mcrypt_generic_init"
|
||||
Keyword = "mcrypt_get_key_size","mcrypt_module_close"
|
||||
Keyword = "mhash_get_hash_name","mssql_affected_rows"
|
||||
Keyword = "mssql_rows_affected","mysql_affected_rows"
|
||||
Keyword = "mysql_escape_string","mysql_fetch_lengths","mcal_days_in_month"
|
||||
Keyword = "mcal_event_set_end","mcrypt_generic_end","mcrypt_get_iv_size"
|
||||
Keyword = "mcrypt_module_open","move_uploaded_file","msql_affected_rows"
|
||||
Keyword = "mssql_fetch_object","mssql_field_length","mysql_fetch_object"
|
||||
Keyword = "mcal_append_event","mcal_date_compare","mcal_delete_event"
|
||||
Keyword = "mcal_is_leap_year","mcal_week_of_year","mcrypt_list_modes"
|
||||
Keyword = "msql_fetch_object","mssql_fetch_array","mssql_fetch_batch"
|
||||
Keyword = "mssql_fetch_field","mssql_free_result","mysql_fetch_array"
|
||||
Keyword = "mysql_fetch_assoc","mysql_fetch_field","mysql_field_flags"
|
||||
Keyword = "mysql_field_table","mysql_free_result","mysql_list_fields"
|
||||
Keyword = "mysql_list_tables","mcal_day_of_week","mcal_day_of_year"
|
||||
Keyword = "mcal_fetch_event","mcal_list_alarms","mcal_list_events"
|
||||
Keyword = "mcal_store_event","mcrypt_create_iv","mdecrypt_generic"
|
||||
Keyword = "mhash_keygen_s2k","msql_fetch_array","msql_fetch_field"
|
||||
Keyword = "msql_field_flags","msql_field_table","msql_free_result"
|
||||
Keyword = "msql_list_fields","msql_list_tables","mssql_field_name"
|
||||
Keyword = "mssql_field_seek","mssql_field_type","mssql_num_fields"
|
||||
Keyword = "mysql_field_name","mysql_field_seek","mysql_field_type"
|
||||
Keyword = "mysql_fieldflags","mysql_fieldtable","mysql_freeresult"
|
||||
Keyword = "mysql_listfields","mysql_listtables","mysql_num_fields"
|
||||
Keyword = "mcal_date_valid","mcal_event_init","mcal_time_valid"
|
||||
Keyword = "msql_field_name","msql_field_seek","msql_field_type"
|
||||
Keyword = "msql_fieldflags","msql_fieldtable","msql_freeresult"
|
||||
Keyword = "msql_listfields","msql_listtables","msql_num_fields"
|
||||
Keyword = "mssql_data_seek","mssql_fetch_row","mssql_select_db"
|
||||
Keyword = "mysql_create_db","mysql_data_seek","mysql_fetch_row"
|
||||
Keyword = "mysql_field_len","mysql_fieldname","mysql_fieldtype"
|
||||
Keyword = "mysql_insert_id","mysql_numfields","mysql_select_db"
|
||||
Keyword = "mysql_tablename","mcrypt_decrypt","mcrypt_encrypt"
|
||||
Keyword = "mcrypt_generic","msql_create_db","msql_data_seek"
|
||||
Keyword = "msql_fetch_row","msql_field_len","msql_fieldname"
|
||||
Keyword = "msql_fieldtype","msql_numfields","msql_select_db"
|
||||
Keyword = "msql_tablename","mssql_num_rows","mssql_pconnect"
|
||||
Keyword = "mysql_createdb","mysql_db_query","mysql_fieldlen"
|
||||
Keyword = "mysql_list_dbs","mysql_num_rows","mysql_pconnect"
|
||||
Keyword = "mysql_selectdb","method_exists","msql_createdb","msql_db_query"
|
||||
Keyword = "msql_fieldlen","msql_list_dbs","msql_num_rows","msql_pconnect"
|
||||
Keyword = "msql_selectdb","mssql_connect","mt_getrandmax","mysql_connect"
|
||||
Keyword = "mysql_db_name","mysql_drop_db","mysql_listdbs","mysql_numrows"
|
||||
Keyword = "msql_connect","msql_drop_db","msql_listdbs","msql_numrows"
|
||||
Keyword = "msql_regcase","mssql_result","mysql_dbname","mysql_dropdb"
|
||||
Keyword = "mysql_result","mcal_reopen","mcal_snooze","mhash_count"
|
||||
Keyword = "msql_dbname","msql_dropdb","msql_result","mssql_close"
|
||||
Keyword = "mssql_query","mysql_close","mysql_errno","mysql_error"
|
||||
Keyword = "mysql_query","mcal_close","mcal_popen","mcrypt_cbc"
|
||||
Keyword = "mcrypt_cfb","mcrypt_ecb","mcrypt_ofb","msql_close","msql_error"
|
||||
Keyword = "msql_query","mcal_open","metaphone","microtime","mt_srand"
|
||||
Keyword = "mt_rand","mktime","mhash","mkdir","mysql","mail","msql","max"
|
||||
Keyword = "md5","min","number_format","natcasesort","new_xmldoc","natsort"
|
||||
Keyword = "nl2br","orbit_get_repository_id","openssl_get_privatekey"
|
||||
Keyword = "openssl_read_publickey","orbit_caught_exception"
|
||||
Keyword = "odbc_columnprivileges","odbc_procedurecolumns"
|
||||
Keyword = "openssl_get_publickey","orbit_exception_value"
|
||||
Keyword = "odbc_field_precision","odbc_tableprivileges"
|
||||
Keyword = "odbc_specialcolumns","ovrimos_free_result"
|
||||
Keyword = "ovrimos_longreadlen","ocicolumnprecision","orbit_exception_id"
|
||||
Keyword = "ovrimos_fetch_into","ovrimos_field_name","ovrimos_field_type"
|
||||
Keyword = "ovrimos_num_fields","ovrimos_result_all","ob_implicit_flush"
|
||||
Keyword = "ocifetchstatement","ociwritelobtofile","odbc_fetch_object"
|
||||
Keyword = "openssl_free_x509","openssl_read_x509","ovrimos_close_all"
|
||||
Keyword = "ovrimos_fetch_row","ovrimos_field_len","ovrimos_field_num"
|
||||
Keyword = "ocicolumntyperaw","ocifreestatement","ociinternaldebug"
|
||||
Keyword = "ocinewdescriptor","ociserverversion","ocistatementtype"
|
||||
Keyword = "odbc_fetch_array","odbc_field_scale","odbc_foreignkeys"
|
||||
Keyword = "odbc_free_result","odbc_gettypeinfo","odbc_longreadlen"
|
||||
Keyword = "odbc_primarykeys","open_listen_sock","openssl_free_key"
|
||||
Keyword = "ovrimos_num_rows","ovrimos_rollback","ob_get_contents"
|
||||
Keyword = "ocicolumnisnull","ocidefinebyname","odbc_autocommit"
|
||||
Keyword = "odbc_fetch_into","odbc_field_name","odbc_field_type"
|
||||
Keyword = "odbc_num_fields","odbc_procedures","odbc_result_all"
|
||||
Keyword = "odbc_statistics","ovrimos_connect","ovrimos_execute"
|
||||
Keyword = "ovrimos_prepare","ocicolumnscale","ocisavelobfile"
|
||||
Keyword = "ocisetprefetch","odbc_close_all","odbc_fetch_row"
|
||||
Keyword = "odbc_field_len","odbc_field_num","odbc_setoption"
|
||||
Keyword = "openssl_verify","ora_columnname","ora_columnsize"
|
||||
Keyword = "ora_columntype","ora_fetch_into","orbit_load_idl"
|
||||
Keyword = "ovrimos_commit","ovrimos_cursor","ovrimos_result"
|
||||
Keyword = "ob_get_length","ocibindbyname","ocicolumnname","ocicolumnsize"
|
||||
Keyword = "ocicolumntype","ocifreecursor","odbc_num_rows","odbc_pconnect"
|
||||
Keyword = "odbc_rollback","ora_commitoff","ora_errorcode","ora_getcolumn"
|
||||
Keyword = "ovrimos_close","ob_end_clean","ob_end_flush","ob_gzhandler"
|
||||
Keyword = "ocifetchinto","ocinewcursor","odbc_binmode","odbc_columns"
|
||||
Keyword = "odbc_connect","odbc_execute","odbc_prepare","openssl_open"
|
||||
Keyword = "openssl_seal","openssl_sign","ora_commiton","ora_rollback"
|
||||
Keyword = "ovrimos_exec","ocifreedesc","ocirollback","ocirowcount"
|
||||
Keyword = "odbc_commit","odbc_cursor","odbc_result","odbc_tables"
|
||||
Keyword = "ora_numcols","ora_numrows","ociexecute","ociloadlob"
|
||||
Keyword = "ocinumcols","ocisavelob","odbc_close","ora_commit","ora_logoff"
|
||||
Keyword = "ora_plogon","ocicancel","ocicommit","ocilogoff","ocinlogon"
|
||||
Keyword = "ociplogon","ociresult","odbc_exec","ora_close","ora_error"
|
||||
Keyword = "ora_fetch","ora_logon","ora_parse","ob_start","ocierror"
|
||||
Keyword = "ocifetch","ocilogon","ociparse","ora_bind","ora_exec"
|
||||
Keyword = "ora_open","odbc_do","opendir","openlog","octdec","ora_do","ord"
|
||||
Keyword = "printer_logical_fontheight","pdf_closepath_fill_stroke"
|
||||
Keyword = "pspell_config_runtogether","pspell_store_replacement"
|
||||
Keyword = "pspell_config_save_repl","pdf_set_text_rendering"
|
||||
Keyword = "pdf_setrgbcolor_stroke","pg_set_client_encoding"
|
||||
Keyword = "printer_draw_rectangle","printer_draw_roundrect"
|
||||
Keyword = "pspell_add_to_personal","pspell_config_personal"
|
||||
Keyword = "pdf_open_memory_image","pdf_set_horiz_scaling"
|
||||
Keyword = "pdf_set_info_keywords","pspell_add_to_session"
|
||||
Keyword = "pdf_closepath_stroke","pdf_get_image_height"
|
||||
Keyword = "pdf_set_border_color","pdf_set_border_style"
|
||||
Keyword = "pdf_set_char_spacing","pdf_set_info_creator"
|
||||
Keyword = "pdf_set_info_subject","pdf_set_word_spacing"
|
||||
Keyword = "pdf_setrgbcolor_fill","pg_setclientencoding"
|
||||
Keyword = "printer_create_brush","printer_delete_brush"
|
||||
Keyword = "printer_select_brush","pspell_clear_session"
|
||||
Keyword = "pspell_config_create","pspell_config_ignore"
|
||||
Keyword = "pspell_save_wordlist","pdf_get_image_width"
|
||||
Keyword = "pdf_open_image_file","pdf_set_border_dash"
|
||||
Keyword = "pdf_set_info_author","printer_create_font"
|
||||
Keyword = "printer_delete_font","printer_draw_elipse"
|
||||
Keyword = "printer_select_font","pspell_new_personal","pdf_add_annotation"
|
||||
Keyword = "pdf_set_info_title","pdf_set_transition","pdf_setgray_stroke"
|
||||
Keyword = "pg_client_encoding","printer_create_pen","printer_delete_pen"
|
||||
Keyword = "printer_get_option","printer_select_pen","printer_set_option"
|
||||
Keyword = "printer_start_page","pspell_config_mode","pspell_config_repl"
|
||||
Keyword = "pdf_continue_text","pdf_get_parameter","pdf_set_parameter"
|
||||
Keyword = "pdf_set_text_rise","pdf_setmiterlimit","pfpro_process_raw"
|
||||
Keyword = "pg_clientencoding","printer_create_dc","printer_delete_dc"
|
||||
Keyword = "printer_draw_text","printer_start_doc","pspell_new_config"
|
||||
Keyword = "pdf_add_bookmark","pdf_get_fontname","pdf_get_fontsize"
|
||||
Keyword = "pdf_set_duration","pdf_set_text_pos","pdf_setgray_fill"
|
||||
Keyword = "pdf_setlinewidth","printer_end_page","pdf_add_outline"
|
||||
Keyword = "pdf_add_pdflink","pdf_add_weblink","pdf_close_image"
|
||||
Keyword = "pdf_fill_stroke","pdf_place_image","pdf_set_leading"
|
||||
Keyword = "pdf_setlinejoin","pdf_setrgbcolor","pdf_stringwidth"
|
||||
Keyword = "pg_errormessage","pg_fetch_object","posix_getgroups"
|
||||
Keyword = "posix_getrlimit","printer_end_doc","parse_ini_file"
|
||||
Keyword = "pdf_begin_page","pdf_setlinecap","pdf_show_boxed"
|
||||
Keyword = "pg_fetch_array","pg_fieldisnull","pg_fieldprtlen"
|
||||
Keyword = "posix_getgrgid","posix_getgrnam","posix_getlogin"
|
||||
Keyword = "posix_getpwnam","posix_getpwuid","preg_match_all"
|
||||
Keyword = "pspell_suggest","pdf_closepath","pdf_get_value","pdf_open_jpeg"
|
||||
Keyword = "pdf_open_tiff","pdf_set_value","pdf_translate","pfpro_cleanup"
|
||||
Keyword = "pfpro_process","pfpro_version","pg_freeresult","pg_getlastoid"
|
||||
Keyword = "php_logo_guid","php_sapi_name","posix_ctermid","posix_getegid"
|
||||
Keyword = "posix_geteuid","posix_getpgid","posix_getpgrp","posix_getppid"
|
||||
Keyword = "posix_setegid","posix_seteuid","posix_setpgid","posix_ttyname"
|
||||
Keyword = "printer_close","printer_write","pdf_end_page","pdf_get_font"
|
||||
Keyword = "pdf_open_gif","pdf_open_png","pdf_set_font","pdf_set_info"
|
||||
Keyword = "pg_cmdtuples","pg_fetch_row","pg_fieldname","pg_fieldsize"
|
||||
Keyword = "pg_fieldtype","pg_loreadall","pg_numfields","posix_getcwd"
|
||||
Keyword = "posix_getgid","posix_getpid","posix_getsid","posix_getuid"
|
||||
Keyword = "posix_isatty","posix_mkfifo","posix_setgid","posix_setsid"
|
||||
Keyword = "posix_setuid","preg_replace","printer_list","printer_name"
|
||||
Keyword = "printer_open","pspell_check","pdf_curveto","pdf_endpath"
|
||||
Keyword = "pdf_restore","pdf_setdash","pdf_setflat","pdf_setgray"
|
||||
Keyword = "pdf_show_xy","pg_end_copy","pg_fieldnum","pg_locreate"
|
||||
Keyword = "pg_loexport","pg_loimport","pg_lounlink","pg_pconnect"
|
||||
Keyword = "pg_put_line","posix_times","posix_uname","pdf_circle"
|
||||
Keyword = "pdf_lineto","pdf_moveto","pdf_rotate","pdf_stroke","pfpro_init"
|
||||
Keyword = "pfsockopen","pg_connect","pg_loclose","pg_lowrite","pg_numrows"
|
||||
Keyword = "pg_options","pg_untrace","phpcredits","phpversion","posix_kill"
|
||||
Keyword = "preg_match","preg_quote","preg_split","pspell_new","parse_str"
|
||||
Keyword = "parse_url","pdf_close","pdf_scale","pg_dbname","pg_loopen"
|
||||
Keyword = "pg_loread","pg_result","php_uname","preg_grep","passthru"
|
||||
Keyword = "pathinfo","pdf_clip","pdf_fill","pdf_open","pdf_rect"
|
||||
Keyword = "pdf_save","pdf_show","pdf_skew","pg_close","pg_trace","pdf_arc"
|
||||
Keyword = "pg_exec","pg_host","pg_port","phpinfo","print_r","pclose"
|
||||
Keyword = "pg_tty","printf","putenv","popen","print","pack","prev","pos"
|
||||
Keyword = "pow","pi","quoted_printable_decode","qdom_tree","quotemeta"
|
||||
Keyword = "readline_completion_function","register_shutdown_function"
|
||||
Keyword = "readline_clear_history","readline_write_history"
|
||||
Keyword = "register_tick_function","readline_list_history"
|
||||
Keyword = "readline_read_history","restore_error_handler"
|
||||
Keyword = "readline_add_history","read_exif_data","readline_info"
|
||||
Keyword = "recode_string","rawurldecode","rawurlencode","recode_file"
|
||||
Keyword = "readgzfile","rewinddir","readfile","readline","readlink"
|
||||
Keyword = "realpath","recvfrom","rad2deg","readdir","recvmsg","recode"
|
||||
Keyword = "rename","rewind","range","readv","reset","rmdir","round"
|
||||
Keyword = "rsort","rtrim","rand","read","recv"
|
||||
Keyword = "satellite_get_repository_id","sybase_min_message_severity"
|
||||
Keyword = "satellite_caught_exception","sybase_min_client_severity"
|
||||
Keyword = "sybase_min_server_severity","satellite_exception_value"
|
||||
Keyword = "session_get_cookie_params","session_set_cookie_params"
|
||||
Keyword = "sybase_min_error_severity","session_set_save_handler"
|
||||
Keyword = "set_magic_quotes_runtime","swf_actiontogglequality"
|
||||
Keyword = "swf_shapefillbitmapclip","swf_shapefillbitmaptile"
|
||||
Keyword = "sybase_get_last_message","satellite_exception_id"
|
||||
Keyword = "swf_actionwaitforframe","session_cache_limiter"
|
||||
Keyword = "session_is_registered","snmp_get_quick_print"
|
||||
Keyword = "snmp_set_quick_print","sybase_affected_rows"
|
||||
Keyword = "session_module_name","session_write_close"
|
||||
Keyword = "set_socket_blocking","socket_set_blocking"
|
||||
Keyword = "swf_actiongotoframe","swf_actiongotolabel"
|
||||
Keyword = "swf_actionnextframe","swf_actionprevframe"
|
||||
Keyword = "swf_actionsettarget","swf_addbuttonrecord"
|
||||
Keyword = "sybase_fetch_object","satellite_load_idl","session_unregister"
|
||||
Keyword = "socket_set_timeout","swf_shapefillsolid","swf_shapelinesolid"
|
||||
Keyword = "sybase_fetch_array","sybase_fetch_field","sybase_free_result"
|
||||
Keyword = "session_save_path","set_error_handler","socket_get_status"
|
||||
Keyword = "swf_getbitmapinfo","swf_shapecurveto3","swf_startdoaction"
|
||||
Keyword = "sybase_field_seek","sybase_num_fields","session_register"
|
||||
Keyword = "swf_actiongeturl","swf_definebitmap","swf_fonttracking"
|
||||
Keyword = "swf_modifyobject","swf_removeobject","swf_shapecurveto"
|
||||
Keyword = "swf_shapefilloff","sybase_data_seek","sybase_fetch_row"
|
||||
Keyword = "sybase_select_db","session_destroy","set_file_buffer"
|
||||
Keyword = "swf_enddoaction","swf_getfontinfo","swf_oncondition"
|
||||
Keyword = "swf_perspective","swf_placeobject","swf_shapelineto"
|
||||
Keyword = "swf_shapemoveto","swf_startbutton","swf_startsymbol"
|
||||
Keyword = "sybase_num_rows","sybase_pconnect","session_decode"
|
||||
Keyword = "session_encode","set_time_limit","shm_remove_var"
|
||||
Keyword = "substr_replace","swf_actionplay","swf_actionstop"
|
||||
Keyword = "swf_definefont","swf_defineline","swf_definepoly"
|
||||
Keyword = "swf_definerect","swf_definetext","swf_labelframe"
|
||||
Keyword = "swf_pushmatrix","swf_startshape","sybase_connect"
|
||||
Keyword = "session_start","session_unset","stripcslashes","strnatcasecmp"
|
||||
Keyword = "swf_closefile","swf_endbutton","swf_endsymbol","swf_fontslant"
|
||||
Keyword = "swf_polarview","swf_popmatrix","swf_showframe","swf_textwidth"
|
||||
Keyword = "swf_translate","sybase_result","session_name","set_nonblock"
|
||||
Keyword = "shmop_delete","similar_text","snmprealwalk","stripslashes"
|
||||
Keyword = "substr_count","swf_addcolor","swf_endshape","swf_fontsize"
|
||||
Keyword = "swf_getframe","swf_mulcolor","swf_openfile","swf_posround"
|
||||
Keyword = "swf_setframe","swf_shapearc","swf_viewport","sybase_close"
|
||||
Keyword = "sybase_query","sem_acquire","sem_release","shm_get_var"
|
||||
Keyword = "shm_put_var","shmop_close","shmop_write","show_source"
|
||||
Keyword = "snmpwalkoid","sql_regcase","str_replace","strncasecmp"
|
||||
Keyword = "swf_setfont","session_id","setsockopt","shell_exec"
|
||||
Keyword = "shm_attach","shm_detach","shm_remove","shmop_open","shmop_read"
|
||||
Keyword = "shmop_size","socketpair","str_repeat","strcasecmp","strip_tags"
|
||||
Keyword = "strtolower","strtoupper","swf_lookat","swf_nextid","swf_ortho2"
|
||||
Keyword = "swf_rotate","serialize","set_iovec","setcookie","setlocale"
|
||||
Keyword = "strnatcmp","strtotime","swf_ortho","swf_scale","shutdown"
|
||||
Keyword = "snmpwalk","strerror","strftime","sem_get","sendmsg","settype"
|
||||
Keyword = "shuffle","snmpget","snmpset","soundex","sprintf","str_pad"
|
||||
Keyword = "strcspn","stristr","strncmp","strrchr","strrpos","symlink"
|
||||
Keyword = "select","sendto","signal","sizeof","socket","spliti","sscanf"
|
||||
Keyword = "strchr","strcmp","strlen","strpos","strrev","strspn","strstr"
|
||||
Keyword = "strtok","strval","substr","syslog","system","sleep","split"
|
||||
Keyword = "srand","strtr","send","sort","sqrt","stat","sin"
|
||||
Keyword = "trigger_error","textdomain","tempnam","tmpfile","touch","time"
|
||||
Keyword = "trim","tan","unregister_tick_function","unserialize"
|
||||
Keyword = "utf8_decode","utf8_encode","urldecode","urlencode","unixtojd"
|
||||
Keyword = "ucfirst","ucwords","uasort","uksort","uniqid","unlink","unpack"
|
||||
Keyword = "usleep","umask","unset","usort","velocis_off_autocommit"
|
||||
Keyword = "velocis_autocommit","velocis_freeresult","velocis_fieldname"
|
||||
Keyword = "velocis_fieldnum","velocis_rollback","velocis_connect"
|
||||
Keyword = "velocis_commit","velocis_result","velocis_close"
|
||||
Keyword = "velocis_fetch","velocis_exec","var_dump","virtual"
|
||||
Keyword = "wddx_serialize_value","wddx_serialize_vars","wddx_packet_start"
|
||||
Keyword = "wddx_deserialize","wddx_packet_end","wddx_add_vars","wordwrap"
|
||||
Keyword = "writev","write","xml_set_processing_instruction_handler"
|
||||
Keyword = "xml_set_unparsed_entity_decl_handler"
|
||||
Keyword = "xml_set_external_entity_ref_handler"
|
||||
Keyword = "xml_set_character_data_handler","xml_get_current_column_number"
|
||||
Keyword = "xml_set_notation_decl_handler","xml_get_current_line_number"
|
||||
Keyword = "xml_get_current_byte_index","xslt_output_begintransform"
|
||||
Keyword = "xslt_output_endtransform","xml_set_default_handler"
|
||||
Keyword = "xml_set_element_handler","xslt_set_error_handler"
|
||||
Keyword = "xml_parse_into_struct","xml_parser_get_option"
|
||||
Keyword = "xml_parser_set_option","xpath_eval_expression"
|
||||
Keyword = "xslt_set_sax_handler","xml_get_error_code","xml_parser_create"
|
||||
Keyword = "xpath_new_context","xslt_fetch_result","xml_error_string"
|
||||
Keyword = "xptr_new_context","xml_parser_free","xml_set_object"
|
||||
Keyword = "xslt_transform","xslt_closelog","xslt_openlog","xslt_process"
|
||||
Keyword = "xslt_create","xmldocfile","xpath_eval","xslt_errno"
|
||||
Keyword = "xslt_error","xml_parse","xptr_eval","xslt_free","xslt_run"
|
||||
Keyword = "xmltree","xmldoc","yp_get_default_domain","yaz_addinfo"
|
||||
Keyword = "yaz_connect","yaz_element","yaz_record","yaz_search"
|
||||
Keyword = "yaz_syntax","yaz_close","yaz_errno","yaz_error","yaz_range"
|
||||
Keyword = "yp_master","yaz_hits","yaz_wait","yp_first","yp_match"
|
||||
Keyword = "yp_order","yp_next","zend_logo_guid","zend_test_func"
|
||||
Keyword = "zend_version"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-constanten>
|
||||
From = "0x","0x"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Variables>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimaal-constanten>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octaal-constanten>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</option>","</script>","</select>","</strike>","</strong>"
|
||||
Keyword = "<textarea","<acronym","<address","<bgsound","</blink>"
|
||||
Keyword = "<button>","<caption","<center>","<iframe>","<ilayer>"
|
||||
Keyword = "<isindex","</label>","<legend>","<marquee","<object>"
|
||||
Keyword = "<option>","<script>","</small>","<spacer>","<strike>"
|
||||
Keyword = "<strong>","</style>","</table>","</tbody>","</tfoot>"
|
||||
Keyword = "</thead>","</title>","</abbr>","<above>","<applet","<array>"
|
||||
Keyword = "<blink>","</body>","<center","</cite>","</code>","</font>"
|
||||
Keyword = "</form>","</head>","</html>","<input>","<label>","<layer>"
|
||||
Keyword = "<legend","</menu>","<nextid","</nobr>","</note>","<object"
|
||||
Keyword = "<option","<quote>","<range>","</samp>","<script","<select"
|
||||
Keyword = "<small>","</span>","<strike","<strong","<style>","<table>"
|
||||
Keyword = "<tbody>","<tfoot>","<thead>","<title>","<abbr>","</area"
|
||||
Keyword = "</bdo>","</big>","<body>","<blink","<cite>","<code>","</col>"
|
||||
Keyword = "</del>","</dfn>","</dir>","</div>","<embed","<form>","<frame"
|
||||
Keyword = "<head>","<html>","<input","</ins>","</kbd>","<label","</map>"
|
||||
Keyword = "<menu>","<nobr>","<note>","<param","</pre>","<root>","<samp>"
|
||||
Keyword = "<small","<sound","<span>","<sqrt>","<style","</sub>","</sup>"
|
||||
Keyword = "<table","<tbody","<text>","<tfoot","<thead","</var>","</xmp>"
|
||||
Keyword = "<abbr","<area","<base","<bdo>","<big>","<body","<box>","<cite"
|
||||
Keyword = "<code","<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>"
|
||||
Keyword = "</dt>","</em>","<fig>","<font","<form","</h1>","</h2>","</h3>"
|
||||
Keyword = "</h4>","</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>"
|
||||
Keyword = "<link","<menu","<meta","</ol>","<pre>","<samp","<span","<sub>"
|
||||
Keyword = "<sup>","</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>"
|
||||
Keyword = "<xmp>","</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del"
|
||||
Keyword = "<dfn","<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>"
|
||||
Keyword = "<h4>","<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>"
|
||||
Keyword = "<map","<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>"
|
||||
Keyword = "<th>","<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd"
|
||||
Keyword = "<dl","<dt","<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr"
|
||||
Keyword = "<i>","<li","<ol","<p>","<q>","<s>","<td","<th","<tr","<tt"
|
||||
Keyword = "<u>","<ul","<a","<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attribute>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
65
tools/qed/nl/syntax/manitor.syn
Normal file
65
tools/qed/nl/syntax/manitor.syn
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
;********************************************************
|
||||
[Manitor-Logfile]
|
||||
;********************************************************
|
||||
Txttype = "manitor.log"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Gestuurd>
|
||||
From = "Message send"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Ontvangen>
|
||||
From = "Message received"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
|
||||
<AV-protocol>
|
||||
From = "AV_","VA_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
|
||||
<GEMscript>
|
||||
From = "GS_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
33
tools/qed/nl/syntax/mup.syn
Normal file
33
tools/qed/nl/syntax/mup.syn
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
;********************************************************
|
||||
[bash/Mupfel-Script]
|
||||
;********************************************************
|
||||
Txttype = "mup"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Keywords>
|
||||
Keyword = "break","case","done","do","export","elif","else","esac","exit"
|
||||
Keyword = "function","for","fi","if","in","return","select","then","until"
|
||||
Keyword = "while"
|
||||
Keyword = "."
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
78
tools/qed/nl/syntax/pas.syn
Normal file
78
tools/qed/nl/syntax/pas.syn
Normal file
@@ -0,0 +1,78 @@
|
||||
|
||||
;********************************************************
|
||||
[Pascal-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "pas","i"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "(*"
|
||||
To = "*)"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaar>
|
||||
From = "{"
|
||||
To = "}"
|
||||
|
||||
<Zeichenkette>
|
||||
From = "'"
|
||||
To = "'"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<VarType>
|
||||
Keyword = "array","alfa","boolean","byte","char","integer","long_integer"
|
||||
Keyword = "of","packed","real","short_integer","string","text"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Keywords>
|
||||
Keyword = "and","begin","const","case","downto","div","do","external"
|
||||
Keyword = "exit","else","end","function","forward","for","goto","if","in"
|
||||
Keyword = "label","loop","mod","not","otherwise","or","procedure"
|
||||
Keyword = "program","repeat","set","type","then","to","until","var"
|
||||
Keyword = "while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-constanten>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimaal-constanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
88
tools/qed/nl/syntax/sic.syn
Normal file
88
tools/qed/nl/syntax/sic.syn
Normal file
@@ -0,0 +1,88 @@
|
||||
|
||||
;********************************************************
|
||||
[Scripter-Script]
|
||||
;********************************************************
|
||||
Txttype = "sic"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Commentaar>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Strings>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Keywords>
|
||||
Keyword = "auto","break","continue","cdecl","catch","case","default","do"
|
||||
Keyword = "extern","else","enum","function","forever","for","goto","if"
|
||||
Keyword = "local","pascal","proc","return","sizeof","switch","typedef"
|
||||
Keyword = "try","uses","while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-constanten>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimaal-constanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
48
tools/qed/nl/syntax/stg.syn
Normal file
48
tools/qed/nl/syntax/stg.syn
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
;********************************************************
|
||||
[ST-Guide-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "stg"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Keywords>
|
||||
Keyword = "@autorefoff","@autorefon","@indexoff","@database","@hostname"
|
||||
Keyword = "@keywords","@wordwrap","@default","@endnode","@indexon"
|
||||
Keyword = "@subject","@include","@options","@tabsize","@endtree","@alabel"
|
||||
Keyword = "@extern","@symbol","@limage","@author","@remark","@define"
|
||||
Keyword = "@height","@master","@label","@pnode","@width","@endif","@alias"
|
||||
Keyword = "@noref","@image","@$VER:","@index","@title","@dnode","@help"
|
||||
Keyword = "@next","@node","@prev","@else","@xref","@uses","@line","@rbox"
|
||||
Keyword = "@tree","@font","@toc","@box","@(c)","@if"
|
||||
Keyword = "@os","@charset","@lang","@inputenc"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Formaat-informatie>
|
||||
From = "@{"
|
||||
To = "}"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
93
tools/qed/nl/syntax/syn.syn
Normal file
93
tools/qed/nl/syntax/syn.syn
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
;********************************************************
|
||||
[QED-syntaxbestand]
|
||||
;********************************************************
|
||||
Txttype = "syn","syn_cfg.qed"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Keywords>
|
||||
Keyword = "attribs","active","bold","casesensitive","color","eol"
|
||||
Keyword = "firstcolumn","false","from","italic","keyword","light","nested"
|
||||
Keyword = "none","quotechar","selcolor","txttype","token","true","to"
|
||||
Keyword = "while"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Textbeschrijving>
|
||||
From = "["
|
||||
To = "]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Regelbeschrijving>
|
||||
From = "<"
|
||||
To = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Resolutie>
|
||||
From = "(color"
|
||||
To = ")"
|
||||
(Color2)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color256)
|
||||
Attribs = BOLD, ITALIC
|
||||
|
||||
<Decimaal-constanten 0..9>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
96
tools/qed/nl/syntax/udo.syn
Normal file
96
tools/qed/nl/syntax/udo.syn
Normal file
@@ -0,0 +1,96 @@
|
||||
|
||||
;********************************************************
|
||||
[UDO-brontekst]
|
||||
;********************************************************
|
||||
Txttype = "u","ui"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Commentaar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Keywords>
|
||||
Keyword = "!html_merge_subsubsubnodes","!html_merge_subsubnodes"
|
||||
Keyword = "!use_alias_inside_index","!use_auto_subsubsubtocs"
|
||||
Keyword = "!use_label_inside_index","!use_nodes_inside_index"
|
||||
Keyword = "!win_medium_compression","!no_toc_subsubsubnodes"
|
||||
Keyword = "!win_high_compression","!html_merge_subnodes"
|
||||
Keyword = "!ignore_subsubsubtoc","!no_verbatim_umlaute"
|
||||
Keyword = "!use_auto_subsubtocs","!no_toc_subsubnodes"
|
||||
Keyword = "!use_chapter_images","!win_inline_bitmaps","!begin_description"
|
||||
Keyword = "!ignore_bottomline","!universal_charset","!use_justification"
|
||||
Keyword = "!use_output_buffer","!begin_flushright","!begin_sourcecode"
|
||||
Keyword = "!html_merge_nodes","!ignore_subsubtoc","!sort_hyphen_file"
|
||||
Keyword = "!subsubsubheading","!use_auto_subtocs","!begin_enumerate"
|
||||
Keyword = "!begin_flushleft","!end_description","!htag_img_suffix"
|
||||
Keyword = "!html_img_suffix","!ignore_headline","!no_toc_subnodes"
|
||||
Keyword = "!psubsubsubnode*","!stg_no_database","!tableofcontents"
|
||||
Keyword = "!use_ansi_tables","!begin_appendix","!begin_document"
|
||||
Keyword = "!begin_verbatim","!end_flushright","!end_sourcecode"
|
||||
Keyword = "!html_use_xlist","!no_bottomlines","!psubsubsubnode"
|
||||
Keyword = "!subsubsubnode*","!table_caption*","!use_short_envs"
|
||||
Keyword = "!use_style_book","!win_background","!autoref_items"
|
||||
Keyword = "!begin_itemize","!end_enumerate","!end_flushleft"
|
||||
Keyword = "!html_backpage","!html_keywords","!html_nodesize"
|
||||
Keyword = "!ignore_subtoc","!image_counter","!listoffigures"
|
||||
Keyword = "!rtf_charwidth","!rtf_no_tables","!subsubheading"
|
||||
Keyword = "!subsubsubnode","!table_caption","!table_counter"
|
||||
Keyword = "!use_about_udo","!use_justified","!use_short_toc"
|
||||
Keyword = "!win_charwidth","!begin_center","!chapterimage","!end_appendix"
|
||||
Keyword = "!end_document","!end_verbatim","!ignore_index","!ignore_links"
|
||||
Keyword = "!listoftables","!no_headlines","!programimage","!psubsubnode*"
|
||||
Keyword = "!rtf_monofont","!rtf_propfont","!subsubsubtoc","!use_formfeed"
|
||||
Keyword = "!verbatimsize","!win_propfont","!authorimage","!begin_blist"
|
||||
Keyword = "!begin_ilist","!begin_quote","!begin_table","!begin_tlist"
|
||||
Keyword = "!begin_xlist","!end_itemize","!no_preamble","!psubsubnode"
|
||||
Keyword = "!subsubnode*","!tex_lindner","!end_center","!no_effects"
|
||||
Keyword = "!no_numbers","!no_umlaute","!subheading","!subsubnode"
|
||||
Keyword = "!tex_strunk","!toc_offset","!begin_raw","!end_blist"
|
||||
Keyword = "!end_ilist","!end_quote","!end_table","!end_tlist","!end_xlist"
|
||||
Keyword = "!html_name","!maketitle","!no_images","!no_quotes","!no_xlinks"
|
||||
Keyword = "!psubnode*","!smallskip","!subsubtoc","!tex_emtex","!use_xlist"
|
||||
Keyword = "!code_dos","!code_hp8","!code_iso","!code_mac","!code_tos"
|
||||
Keyword = "!item [ ]","!language","!man_type","!no_index","!parwidth"
|
||||
Keyword = "!psubnode","!rinclude","!subnode*","!tabwidth","!tex_verb"
|
||||
Keyword = "!vinclude","!autoref","!bigskip","!country","!end_raw"
|
||||
Keyword = "!heading","!ifndest","!ifnlang","!include","!man_lpp"
|
||||
Keyword = "!medskip","!newpage","!program","!subnode","!tex_dpi"
|
||||
Keyword = "!version","!author","!define","!hyphen","!hyphen","!hyphen"
|
||||
Keyword = "!ifdest","!ifdest","!iflang","!ifnset","!image*","!pnode*"
|
||||
Keyword = "!sloppy","!street","!subtoc","!tex_2e","!=htag","!=html"
|
||||
Keyword = "!=info","!=ldoc","!alias","!break","!email","!endif","!fussy"
|
||||
Keyword = "!hline","!ifnos","!ifset","!image","!index","!label","!macro"
|
||||
Keyword = "!node*","!pnode","!short","!title","!title","!unset","!=aqv"
|
||||
Keyword = "!=asc","!=man","!=pch","!=rtf","!=stg","!=tex","!=win","!date"
|
||||
Keyword = "!else","!htag","!html","!ifos","!info","!item","!ldoc","!node"
|
||||
Keyword = "!town","!aqv","!asc","!man","!nop","!pch","!rtf","!set","!stg"
|
||||
Keyword = "!tex","!toc","!win","!if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Format-Information>
|
||||
From = "(!"
|
||||
To = ")"
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
BIN
tools/qed/qed.app
Normal file
BIN
tools/qed/qed.app
Normal file
Binary file not shown.
BIN
tools/qed/qed.rsc
Normal file
BIN
tools/qed/qed.rsc
Normal file
Binary file not shown.
35
tools/qed/readme.old
Normal file
35
tools/qed/readme.old
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
From version 3.09 qed (including sources) will be in the public domain!
|
||||
|
||||
Thus, both the program and the sources of version 3.09 may be copied
|
||||
by everybody and may be freely distributed by bulletin board systems
|
||||
etc.
|
||||
Yet the Tom has prohibited the charge of a fee of whatever kind.
|
||||
|
||||
=========================================================================
|
||||
|
||||
I - Christian Felsch - am the maintainer of the current version. I
|
||||
will also continue the development of qed in the future. However,
|
||||
everybody is welcome to support me, which is easily done, because I
|
||||
always publish my versions with the complete sources.
|
||||
|
||||
My version of qed can be found at:
|
||||
|
||||
<20> Bulletin board systems
|
||||
Maus Hamburg (+49 40 53 89 70 13, "Gruppenprogrammteil" QED)
|
||||
<20> Internet
|
||||
http://www.tu-harburg.de/~smcf1605/
|
||||
|
||||
|
||||
This archive (qed-XXXen.lzh) only contains the english components of qed,
|
||||
translated readme's, hypertext and resource file.
|
||||
For installing qed you also need the language-independet parts of qed (e.g
|
||||
qed.app and tag files) from the german base archive (qed-XXX.lzh)!!
|
||||
|
||||
|
||||
Christian Felsch
|
||||
Hamburg, Germany
|
||||
19.09.1999
|
||||
|
||||
Contact:
|
||||
felsch@tu-harburg.de
|
||||
20
tools/qed/readme.txt
Normal file
20
tools/qed/readme.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
From version 3.09 qed (including sources) will be in the public domain!
|
||||
|
||||
Thus, both the program and the sources of version 3.09 may be copied
|
||||
by everybody and may be freely distributed by bulletin board systems
|
||||
etc.
|
||||
Yet the Tom has prohibited the charge of a fee of whatever kind.
|
||||
|
||||
=========================================================================
|
||||
|
||||
From Version 3.20 to Version 4.53 Christian Felsch was the maintainer
|
||||
of QED.
|
||||
|
||||
=========================================================================
|
||||
|
||||
From Version 5.0 to 5.0.2 QED was developed by Heiko Achilles.
|
||||
|
||||
=========================================================================
|
||||
|
||||
Since 2002 QED is part of FreeMinT CVS/GitHub repository.
|
||||
Current version is 5.0.5.
|
||||
123
tools/qed/syntax/abc.syn
Normal file
123
tools/qed/syntax/abc.syn
Normal file
@@ -0,0 +1,123 @@
|
||||
; March 30, 2003 M.Tarenskeen <m.tarenskeen@zonnet.nl>
|
||||
|
||||
;
|
||||
|
||||
;********************************************************
|
||||
|
||||
[ABC+ music notation]
|
||||
|
||||
;********************************************************
|
||||
|
||||
Txttype = "abc"
|
||||
|
||||
Active = TRUE
|
||||
|
||||
CaseSensitive = TRUE
|
||||
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
|
||||
<Textblock>
|
||||
|
||||
From = "%%begintext"
|
||||
|
||||
To = "%%endtext"
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 14
|
||||
|
||||
Selcolor = 6
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 14
|
||||
|
||||
Selcolor = 6
|
||||
|
||||
|
||||
|
||||
<Meta comment>
|
||||
|
||||
From = "%%"
|
||||
|
||||
To = EOL
|
||||
|
||||
Firstcolumn = TRUE
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = ITALIC
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 4
|
||||
|
||||
Selcolor = 13
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 4
|
||||
|
||||
Selcolor = 13
|
||||
|
||||
|
||||
|
||||
<Comment>
|
||||
|
||||
From = "%"
|
||||
|
||||
To = EOL
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = ITALIC
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
|
||||
|
||||
<Information Field>
|
||||
|
||||
From = "A:","B:","C:","D:","E:","F:","G:","H:","I:","J:","K:","L:","M:","N:","O:","P:","Q:","R:","S:","T:","U:","V:","W:","X:","Y:","Z:"
|
||||
|
||||
To = EOL
|
||||
|
||||
Firstcolumn = TRUE
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 2
|
||||
|
||||
Selcolor = 7
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 2
|
||||
|
||||
Selcolor = 7
|
||||
|
||||
|
||||
|
||||
<Bar lines>
|
||||
|
||||
Keyword = "|","::","|:",":|","[|","|]","[|]"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
248
tools/qed/syntax/asm.syn
Normal file
248
tools/qed/syntax/asm.syn
Normal file
@@ -0,0 +1,248 @@
|
||||
|
||||
|
||||
;********************************************************
|
||||
|
||||
[Pure M68K-Assembler-Quelltext]
|
||||
|
||||
;********************************************************
|
||||
|
||||
Txttype = "s","a","inc"
|
||||
|
||||
Active = TRUE
|
||||
|
||||
CaseSensitive = FALSE
|
||||
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Kommentar>
|
||||
|
||||
From = " *"," *"
|
||||
|
||||
From = ";"
|
||||
|
||||
To = EOL
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = LIGHT
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
|
||||
|
||||
<Kommentar>
|
||||
|
||||
From = "*"
|
||||
|
||||
To = EOL
|
||||
|
||||
Firstcolumn = TRUE
|
||||
|
||||
|
||||
|
||||
<Kommentar>
|
||||
|
||||
From = "/*"
|
||||
|
||||
To = "*/"
|
||||
|
||||
|
||||
|
||||
<Opcodes (MC 68030)>
|
||||
|
||||
Keyword = "abcd","adda","addi","addq","addx","andi","add","and","asl"
|
||||
|
||||
Keyword = "asr","bfexts","bfextu","bfclr","bfffo","bfins","bfset","bftst"
|
||||
|
||||
Keyword = "bchg","bkpt","bset","btst","bhi","bls","bcc","bcs","bne","beq"
|
||||
|
||||
Keyword = "bra","bmi","bpl","bsr","bf","bt","callm","cas2","chk2","cmpa"
|
||||
|
||||
Keyword = "cmpi","cmpm","cmp2","cas","chk","clr","cmp","divsl","divul"
|
||||
|
||||
Keyword = "dbhi","dbls","dbcc","dbcs","dbne","dbeq","dbra","dbpl","dbmi"
|
||||
|
||||
Keyword = "divs","divu","dbf","dbt","eori","extb","eor","exg","ext"
|
||||
|
||||
Keyword = "illegal","jmp","jsr","link","lea","lsr","lsl","movea","movec"
|
||||
|
||||
Keyword = "movem","movep","moveq","moves","move","muls","mulu","nbcd"
|
||||
|
||||
Keyword = "negx","neg","not","ori","or","pack","pea","reset","roxl","roxr"
|
||||
|
||||
Keyword = "rol","ror","rtd","rte","rtm","rtr","rts","sbcd","stop","suba"
|
||||
|
||||
Keyword = "subi","subq","subx","swap","shi","sls","scc","scs","sne","seq"
|
||||
|
||||
Keyword = "smi","spl","sub","sf","st","traphi","trapls","trapcc","trapcs"
|
||||
|
||||
Keyword = "trapne","trapeq","trapmi","trappl","trapf","trapt","trapv"
|
||||
|
||||
Keyword = "trap","tas","tst","unlk","unpk"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Direktiven>
|
||||
|
||||
Keyword = "*=","asciil","asciiz","align","aline","ascii","bss","comm"
|
||||
|
||||
Keyword = "data","dcb","ds","dc","endmod","export","endif","error","exitm"
|
||||
|
||||
Keyword = "else","endc","endm","even","end","equ","fline","globl"
|
||||
|
||||
Keyword = "include","import","ifnb","ifeq","ifne","ifle","iflt","ifge"
|
||||
|
||||
Keyword = "ifgt","iff","ifb","if1","if2","if","lcomm","local","list"
|
||||
|
||||
Keyword = "mc68000","mc68010","mc68020","mc68030","mc68040","mc68851"
|
||||
|
||||
Keyword = "module","macro","nolist","offset","org","print","page","rept"
|
||||
|
||||
Keyword = "reg","super","set","text","ttl","user","xdef","xref"
|
||||
|
||||
Keyword = "="
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = ITALIC
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
Color = 10
|
||||
|
||||
Selcolor = 10
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
Color = 10
|
||||
|
||||
Selcolor = 10
|
||||
|
||||
|
||||
|
||||
<Register>
|
||||
|
||||
Keyword = ")+","-(","a0","a1","a2","a3","a4","a5","a6","a7","ccr","d0"
|
||||
|
||||
Keyword = "d1","d2","d3","d4","d5","d6","d7","pc","ssp","sp","sr","usp"
|
||||
|
||||
Keyword = "(",")"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Byte>
|
||||
|
||||
Keyword = ".b"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Wort>
|
||||
|
||||
Keyword = ".w"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Long>
|
||||
|
||||
Keyword = ".l"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Konstante>
|
||||
|
||||
From = "#"
|
||||
|
||||
While = "<<",">>"
|
||||
|
||||
While = "$","+","-",".","0"-"9","A"-"Z","_","a"-"z"
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 12
|
||||
|
||||
Selcolor = 5
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 12
|
||||
|
||||
Selcolor = 5
|
||||
|
||||
134
tools/qed/syntax/c.syn
Normal file
134
tools/qed/syntax/c.syn
Normal file
@@ -0,0 +1,134 @@
|
||||
|
||||
;********************************************************
|
||||
[C Source]
|
||||
;********************************************************
|
||||
Txttype = "c"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Line concat. in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
|
||||
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
|
||||
Keyword = "switch","typedef","while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variable types>
|
||||
Keyword = "const","const","char","double","float","int","long","register"
|
||||
Keyword = "signed","static","struct","short","unsigned","union","volatile"
|
||||
Keyword = "void"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<User defined types>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Preprocessor>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex constants>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimal constants>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octal Constants>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
142
tools/qed/syntax/cpp.syn
Normal file
142
tools/qed/syntax/cpp.syn
Normal file
@@ -0,0 +1,142 @@
|
||||
|
||||
;********************************************************
|
||||
[C++ Source]
|
||||
;********************************************************
|
||||
Txttype = "cpp","cc","h"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Comment>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Line concat. in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "and_eq","auto","asm","and","bitand","break","bitor"
|
||||
Keyword = "const_cast","continue","cdecl","catch","class","const","compl"
|
||||
Keyword = "case","dynamic_cast","default","delete","do","explicit"
|
||||
Keyword = "extern","export","else","enum","friend","false","for","goto"
|
||||
Keyword = "inline","if","namespace","not_eq","new","not","operator"
|
||||
Keyword = "or_eq","or","protected","private","pascal","public"
|
||||
Keyword = "reinterpret_cast","return","static_cast","sizeof","switch"
|
||||
Keyword = "template","typename","typedef","typeid","throw","this","true"
|
||||
Keyword = "try","using","virtual","while","xor_eq","xor"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variable types>
|
||||
Keyword = "bool","const","const","char","double","float","int","long"
|
||||
Keyword = "mutable","register","signed","static","struct","short"
|
||||
Keyword = "unsigned","union","volatile","void","wchar_t"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<User defined types>
|
||||
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Preprocessor>
|
||||
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
|
||||
Keyword = "#error","#undef","#elif","#else","#line","#if"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Hex constants>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimal constants>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octal Constants>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
45
tools/qed/syntax/errdat.syn
Normal file
45
tools/qed/syntax/errdat.syn
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
;********************************************************
|
||||
[ERROR.DAT for Pure C]
|
||||
;********************************************************
|
||||
Txttype = "error.dat"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Warnings>
|
||||
Keyword = "Warning(s)","Warning "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Errors>
|
||||
Keyword = "Error(s)","Error "
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Line numbers>
|
||||
From = "1"-"9"
|
||||
To = ":"
|
||||
(Color16)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 4
|
||||
Selcolor = 5
|
||||
82
tools/qed/syntax/gfa.syn
Normal file
82
tools/qed/syntax/gfa.syn
Normal file
@@ -0,0 +1,82 @@
|
||||
|
||||
|
||||
;********************************************************
|
||||
|
||||
[GFA Basic LST file]
|
||||
|
||||
;********************************************************
|
||||
|
||||
Txttype = "lst"
|
||||
|
||||
Active = TRUE
|
||||
|
||||
CaseSensitive = TRUE
|
||||
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
|
||||
<Kommentar>
|
||||
|
||||
From = "REM"
|
||||
|
||||
To = EOL
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = LIGHT
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 11
|
||||
|
||||
Selcolor = 3
|
||||
|
||||
|
||||
|
||||
<Schl<68>sselworte>
|
||||
|
||||
Keyword = "IF","ELSE","ENDIF","SELECT","CASE","ENDSELECT","FOR","TO","NEXT"
|
||||
|
||||
Keyword = "AND","OR"
|
||||
|
||||
Keyword = "PROCEDURE","RETURN","FUNCTION"
|
||||
|
||||
(Color2)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color16)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
(Color256)
|
||||
|
||||
Attribs = BOLD
|
||||
|
||||
|
||||
|
||||
<Hex-Konstanten>
|
||||
|
||||
From = "&H"
|
||||
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
|
||||
(Color16)
|
||||
|
||||
Color = 12
|
||||
|
||||
Selcolor = 5
|
||||
|
||||
(Color256)
|
||||
|
||||
Color = 12
|
||||
|
||||
Selcolor = 5
|
||||
|
||||
145
tools/qed/syntax/html.syn
Normal file
145
tools/qed/syntax/html.syn
Normal file
@@ -0,0 +1,145 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML]
|
||||
;********************************************************
|
||||
Txttype = "htm","html"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</script>","</select>","</strike>","</strong>","<textarea"
|
||||
Keyword = "<acronym","<address","<bgsound","</blink>","<button>"
|
||||
Keyword = "<caption","<center>","<iframe>","<ilayer>","<isindex"
|
||||
Keyword = "</label>","<legend>","<marquee","<object>","<option>"
|
||||
Keyword = "<script>","</small>","<spacer>","<strike>","<strong>"
|
||||
Keyword = "</style>","</table>","</tbody>","</tfoot>","</thead>"
|
||||
Keyword = "</title>","</abbr>","<above>","<applet","<array>","<blink>"
|
||||
Keyword = "</body>","<center","</cite>","</code>","</font>","</form>"
|
||||
Keyword = "</head>","</html>","<input>","<label>","<layer>","<legend"
|
||||
Keyword = "</menu>","<nextid","</nobr>","</note>","<object","<option"
|
||||
Keyword = "<quote>","<range>","</samp>","<script","<select","<small>"
|
||||
Keyword = "</span>","<strike","<strong","<style>","<table>","<tbody>"
|
||||
Keyword = "<tfoot>","<thead>","<title>","<abbr>","</area","</bdo>"
|
||||
Keyword = "</big>","<body>","<blink","<cite>","<code>","</col>","</del>"
|
||||
Keyword = "</dfn>","</dir>","</div>","<embed","<form>","<frame","<head>"
|
||||
Keyword = "<html>","<input","</ins>","</kbd>","<label","</map>","<menu>"
|
||||
Keyword = "<nobr>","<note>","<param","</pre>","<root>","<samp>","<small"
|
||||
Keyword = "<sound","<span>","<sqrt>","<style","</sub>","</sup>","<table"
|
||||
Keyword = "<tbody","<text>","<tfoot","<thead","</var>","</xmp>","<abbr"
|
||||
Keyword = "<area","<base","<bdo>","<big>","<body","<box>","<cite","<code"
|
||||
Keyword = "<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>","</dt>"
|
||||
Keyword = "</em>","<fig>","<font","<form","</h1>","</h2>","</h3>","</h4>"
|
||||
Keyword = "</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>","<link"
|
||||
Keyword = "<menu","<meta","</ol>","<pre>","<samp","<span","<sub>","<sup>"
|
||||
Keyword = "</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>","<xmp>"
|
||||
Keyword = "</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del","<dfn"
|
||||
Keyword = "<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>","<h4>"
|
||||
Keyword = "<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>","<map"
|
||||
Keyword = "<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>","<th>"
|
||||
Keyword = "<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd","<dl","<dt"
|
||||
Keyword = "<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr","<i>","<li"
|
||||
Keyword = "<ol","<p>","<q>","<s>","<td","<th","<tr","<tt","<u>","<ul","<a"
|
||||
Keyword = "<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attributes>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
792
tools/qed/syntax/htmlphp.syn
Normal file
792
tools/qed/syntax/htmlphp.syn
Normal file
@@ -0,0 +1,792 @@
|
||||
|
||||
;********************************************************
|
||||
[HTML/PHP-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "php","php4","php3"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Comment>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<Comment>
|
||||
From = "<!--"
|
||||
To = "-->"
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<PHP delimiter>
|
||||
Keyword = "<?php","<?","?>"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Line concat. in Macros>
|
||||
Keyword = "\\"
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 15
|
||||
|
||||
<Keywords>
|
||||
Keyword = "break","continue","elseif","endif","echo","else","foreach"
|
||||
Keyword = "for","global","include","if","next","require","return","switch"
|
||||
Keyword = "while"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Functions>
|
||||
Keyword = "array_merge_recursive","array_count_values","apache_lookup_uri"
|
||||
Keyword = "aspell_check_raw","array_intersect","array_multisort"
|
||||
Keyword = "accept_connect","apache_sub_req","aspell_suggest"
|
||||
Keyword = "assert_options","array_reverse","array_unshift","array_splice"
|
||||
Keyword = "array_unique","array_values","aspell_check","addcslashes"
|
||||
Keyword = "apache_note","array_merge","array_shift","array_slice"
|
||||
Keyword = "addslashes","array_diff","array_flip","array_keys","array_push"
|
||||
Keyword = "array_rand","array_walk","aspell_new","add_iovec","array_pad"
|
||||
Keyword = "array_pop","array_sum","arsort","assert","array","asort"
|
||||
Keyword = "atan2","acos","asin","atan","abs","bindtextdomain"
|
||||
Keyword = "base64_decode","base64_encode","base_convert","bzdecompress"
|
||||
Keyword = "build_iovec","bzcompress","basename","bzerrstr","bcscale"
|
||||
Keyword = "bin2hex","bzclose","bzerrno","bzerror","bzflush","bzwrite"
|
||||
Keyword = "bccomp","bcsqrt","bindec","bzopen","bzread","bcadd","bcdiv"
|
||||
Keyword = "bcmod","bcmul","bcpow","bcsub","bind"
|
||||
Keyword = "cpdf_global_set_document_limits","cpdf_set_viewer_preferences"
|
||||
Keyword = "cpdf_closepath_fill_stroke","confirm_extname_compiled"
|
||||
Keyword = "confirm_zziplib_compiled","cpdf_place_inline_image"
|
||||
Keyword = "cpdf_set_page_animation","cpdf_set_text_rendering"
|
||||
Keyword = "cpdf_setrgbcolor_stroke","cybercash_base64_decode"
|
||||
Keyword = "cybercash_base64_encode","confirm_ctype_compiled"
|
||||
Keyword = "cpdf_set_horiz_scaling","cpdf_closepath_stroke"
|
||||
Keyword = "cpdf_set_char_spacing","cpdf_set_current_page"
|
||||
Keyword = "cpdf_set_word_spacing","cpdf_setrgbcolor_fill"
|
||||
Keyword = "call_user_func_array","cpdf_set_text_matrix"
|
||||
Keyword = "cpdf_add_annotation","cpdf_set_action_url"
|
||||
Keyword = "cpdf_setgray_stroke","connection_aborted","connection_timeout"
|
||||
Keyword = "convert_cyr_string","cpdf_continue_text","cpdf_finalize_page"
|
||||
Keyword = "cpdf_output_buffer","cpdf_set_text_rise","cpdf_setmiterlimit"
|
||||
Keyword = "connection_status","cpdf_save_to_file","cpdf_set_keywords"
|
||||
Keyword = "cpdf_set_text_pos","cpdf_setgray_fill","cpdf_setlinewidth"
|
||||
Keyword = "call_user_method","cpdf_add_outline","cpdf_fill_stroke"
|
||||
Keyword = "cpdf_import_jpeg","cpdf_rotate_text","cpdf_set_creator"
|
||||
Keyword = "cpdf_set_leading","cpdf_set_subject","cpdf_setlinejoin"
|
||||
Keyword = "cpdf_setrgbcolor","cpdf_stringwidth","cpdf_begin_text"
|
||||
Keyword = "cpdf_setlinecap","create_function","call_user_func"
|
||||
Keyword = "ccvs_textvalue","clearstatcache","cpdf_closepath"
|
||||
Keyword = "cpdf_page_init","cpdf_set_title","cpdf_translate"
|
||||
Keyword = "cybercash_decr","cybercash_encr","cpdf_end_text"
|
||||
Keyword = "cpdf_finalize","cpdf_set_font","ccvs_command","ccvs_reverse"
|
||||
Keyword = "class_exists","cpdf_curveto","cpdf_newpath","cpdf_restore"
|
||||
Keyword = "cpdf_rlineto","cpdf_rmoveto","cpdf_setdash","cpdf_setflat"
|
||||
Keyword = "cpdf_setgray","cpdf_show_xy","curl_getinfo","curl_version"
|
||||
Keyword = "cv_textvalue","ccvs_delete","ccvs_lookup","ccvs_report"
|
||||
Keyword = "ccvs_return","ccvs_status","chunk_split","com_propget"
|
||||
Keyword = "com_propput","com_propset","count_chars","cpdf_circle"
|
||||
Keyword = "cpdf_lineto","cpdf_moveto","cpdf_rotate","cpdf_stroke"
|
||||
Keyword = "curl_setopt","ccvs_count","checkdnsrr","com_invoke"
|
||||
Keyword = "cpdf_close","cpdf_scale","curl_close","curl_errno","curl_error"
|
||||
Keyword = "cv_command","cv_reverse","ccvs_auth","ccvs_done","ccvs_init"
|
||||
Keyword = "ccvs_sale","ccvs_void","checkdate","cpdf_clip","cpdf_fill"
|
||||
Keyword = "cpdf_open","cpdf_rect","cpdf_save","cpdf_show","cpdf_text"
|
||||
Keyword = "curl_exec","curl_init","cv_delete","cv_lookup","cv_report"
|
||||
Keyword = "cv_return","cv_status","ccvs_add","ccvs_new","closedir"
|
||||
Keyword = "closelog","com_load","constant","cpdf_arc","cv_count","com_get"
|
||||
Keyword = "com_set","connect","current","cv_auth","cv_done","cv_init"
|
||||
Keyword = "cv_sale","cv_void","cv_add","cv_new","chdir","chgrp","chmod"
|
||||
Keyword = "chown","close","count","crash","crc32","crypt","ceil","chop"
|
||||
Keyword = "copy","chr","cos","dbase_get_record_with_names"
|
||||
Keyword = "display_disabled_function","define_syslog_variables"
|
||||
Keyword = "dav_set_mkcol_handlers","dbase_replace_record"
|
||||
Keyword = "dbase_delete_record","domxml_set_content","domxml_attributes"
|
||||
Keyword = "domxml_new_xmldoc","dbase_add_record","dbase_get_record"
|
||||
Keyword = "dbase_numrecords","domxml_new_child","dbase_numfields"
|
||||
Keyword = "domxml_add_root","domxml_children","domxml_dumpmem"
|
||||
Keyword = "domxml_getattr","domxml_setattr","diskfreespace","dba_firstkey"
|
||||
Keyword = "dba_optimize","dbase_create","delete_iovec","dba_nextkey"
|
||||
Keyword = "dba_replace","dbase_close","dbmfirstkey","domxml_node"
|
||||
Keyword = "domxml_root","dba_delete","dba_exists","dba_insert"
|
||||
Keyword = "dbase_open","dbase_pack","dbmnextkey","dbmreplace","dba_close"
|
||||
Keyword = "dba_fetch","dba_popen","dbmdelete","dbmexists","dbminsert"
|
||||
Keyword = "dcgettext","doubleval","dba_open","dba_sync","dbmclose"
|
||||
Keyword = "dbmfetch","dgettext","dbmopen","defined","deg2rad","dirname"
|
||||
Keyword = "dblist","decbin","dechex","decoct","define","date","dir","dl"
|
||||
Keyword = "extension_loaded","error_reporting","escapeshellarg"
|
||||
Keyword = "escapeshellcmd","eregi_replace","ereg_replace","easter_date"
|
||||
Keyword = "easter_days","ezmlm_hash","error_log","explode","extract"
|
||||
Keyword = "eregi","each","ereg","exec","exit","end","exp"
|
||||
Keyword = "fdf_set_submit_form_action","fdf_set_javascript_action"
|
||||
Keyword = "fdf_next_field_name","filepro_fieldcount","filepro_fieldwidth"
|
||||
Keyword = "filepro_fieldname","filepro_fieldtype","fdf_add_template"
|
||||
Keyword = "filepro_retrieve","filepro_rowcount","fribidi_log2vis"
|
||||
Keyword = "function_exists","fdf_get_status","fdf_set_status"
|
||||
Keyword = "fdf_get_value","fdf_set_flags","fdf_set_value","func_get_args"
|
||||
Keyword = "func_num_args","fdf_get_file","fdf_set_file","func_get_arg"
|
||||
Keyword = "fdf_set_opt","fetch_iovec","file_exists","ftp_connect"
|
||||
Keyword = "ftp_rawlist","ftp_systype","fd_dealloc","fdf_create"
|
||||
Keyword = "fdf_set_ap","free_iovec","frenchtojd","ftp_delete","ftp_rename"
|
||||
Keyword = "fdf_close","fileatime","filectime","filegroup","fileinode"
|
||||
Keyword = "filemtime","fileowner","fileperms","fpassthru","fsockopen"
|
||||
Keyword = "ftp_chdir","ftp_login","ftp_mkdir","ftp_nlist","ftp_rmdir"
|
||||
Keyword = "ftruncate","fd_alloc","fd_clear","fd_isset","fdf_open"
|
||||
Keyword = "fdf_save","filesize","filetype","ftp_cdup","ftp_exec"
|
||||
Keyword = "ftp_fget","ftp_fput","ftp_mdtm","ftp_pasv","ftp_quit"
|
||||
Keyword = "ftp_site","ftp_size","fd_zero","fgetcsv","filepro","ftp_get"
|
||||
Keyword = "ftp_put","ftp_pwd","fclose","fd_set","fflush","fgetss","fscanf"
|
||||
Keyword = "fwrite","fgetc","fgets","flock","floor","flush","fopen","fputs"
|
||||
Keyword = "fread","fseek","fstat","ftell","feof","file"
|
||||
Keyword = "get_html_translation_table","get_magic_quotes_runtime"
|
||||
Keyword = "get_defined_functions","get_loaded_extensions"
|
||||
Keyword = "get_declared_classes","get_magic_quotes_gpc"
|
||||
Keyword = "get_extension_funcs","get_included_files","gmp_perfect_square"
|
||||
Keyword = "get_class_methods","get_resource_type","get_current_user"
|
||||
Keyword = "get_defined_vars","get_parent_class","getprotobynumber"
|
||||
Keyword = "get_all_headers","get_object_vars","get_class_vars"
|
||||
Keyword = "gethostbynamel","getprotobyname","gmp_prob_prime"
|
||||
Keyword = "get_meta_tags","getallheaders","gethostbyaddr","gethostbyname"
|
||||
Keyword = "getservbyname","getservbyport","gregoriantojd","getimagesize"
|
||||
Keyword = "gettimeofday","gmp_divexact","gmp_legendre","gmp_popcount"
|
||||
Keyword = "gzuncompress","get_browser","get_cfg_var","getpeername"
|
||||
Keyword = "getsockname","gmp_hamdist","gmp_sqrtrem","getlastmod"
|
||||
Keyword = "getmyinode","getrandmax","getsockopt","gmp_clrbit","gmp_div_qr"
|
||||
Keyword = "gmp_gcdext","gmp_intval","gmp_invert","gmp_jacobi","gmp_random"
|
||||
Keyword = "gmp_setbit","gmp_strval","gmstrftime","gzcompress","gzpassthru"
|
||||
Keyword = "get_class","getrusage","gmp_div_q","gmp_div_r","gmp_scan0"
|
||||
Keyword = "gmp_scan1","gzdeflate","gzinflate","getmypid","getmyuid"
|
||||
Keyword = "gmmktime","gmp_fact","gmp_init","gmp_powm","gmp_sign"
|
||||
Keyword = "gmp_sqrt","gzencode","gzrewind","getdate","getmxrr","gettext"
|
||||
Keyword = "gettype","gmp_abs","gmp_add","gmp_and","gmp_cmp","gmp_com"
|
||||
Keyword = "gmp_gcd","gmp_mod","gmp_mul","gmp_neg","gmp_pow","gmp_sub"
|
||||
Keyword = "gmp_xor","gzclose","gzgetss","gzwrite","getcwd","getenv"
|
||||
Keyword = "gmdate","gmp_or","gzfile","gzgetc","gzgets","gzopen","gzputs"
|
||||
Keyword = "gzread","gzseek","gztell","gzeof"
|
||||
Keyword = "hw_getobjectbyftquerycollobj","hw_getobjectbyquerycollobj"
|
||||
Keyword = "hw_getobjectbyftquerycoll","hw_getobjectbyftqueryobj"
|
||||
Keyword = "hw_getobjectbyquerycoll","hw_document_attributes"
|
||||
Keyword = "hw_document_setcontent","hw_getobjectbyqueryobj"
|
||||
Keyword = "hw_getchilddoccollobj","hw_getobjectbyftquery"
|
||||
Keyword = "hw_getremotechildren","hw_document_bodytag"
|
||||
Keyword = "hw_document_content","hw_getobjectbyquery","hw_connection_info"
|
||||
Keyword = "hw_getchildcollobj","hw_getchilddoccoll","hw_getsrcbydestobj"
|
||||
Keyword = "hw_output_document","hw_docbyanchorobj","hw_insertdocument"
|
||||
Keyword = "highlight_string","htmlspecialchars","hw_document_size"
|
||||
Keyword = "hw_free_document","hw_getanchorsobj","hw_getparentsobj"
|
||||
Keyword = "hw_incollections","hw_insertanchors","hw_array2objrec"
|
||||
Keyword = "hw_changeobject","hw_deleteobject","hw_getchildcoll"
|
||||
Keyword = "hw_insertobject","hw_modifyobject","hw_new_document"
|
||||
Keyword = "hw_objrec2array","hw_pipedocument","highlight_file"
|
||||
Keyword = "hw_childrenobj","hw_docbyanchor","hw_getusername"
|
||||
Keyword = "hw_setlinkroot","hw_getanchors","hw_getandlock","hw_getparents"
|
||||
Keyword = "hw_getrellink","headers_sent","htmlentities","hw_getobject"
|
||||
Keyword = "hw_getremote","hw_children","hw_edittext","hw_errormsg"
|
||||
Keyword = "hw_identify","hw_pconnect","hw_connect","hw_gettext"
|
||||
Keyword = "hw_inscoll","hw_pipecgi","hw_getcgi","hw_insdoc","hw_unlock"
|
||||
Keyword = "hw_close","hw_dummy","hw_error","hw_mapid","hebrevc","hw_info"
|
||||
Keyword = "hw_root","hw_stat","header","hebrev","hexdec","hw_who","hw_cp"
|
||||
Keyword = "hw_mv","imap_rfc822_parse_adrlist","imap_rfc822_parse_headers"
|
||||
Keyword = "imap_rfc822_write_address","imap_mime_header_decode"
|
||||
Keyword = "iis_getserverbycomment","ingres_field_precision"
|
||||
Keyword = "imagecolortransparent","imagecreatefromstring"
|
||||
Keyword = "ingres_field_nullable","icap_create_calendar"
|
||||
Keyword = "icap_delete_calendar","icap_rename_calendar"
|
||||
Keyword = "imagecolorclosesthwb","imagecolordeallocate"
|
||||
Keyword = "imagefilledrectangle","ifx_blobinfile_mode"
|
||||
Keyword = "ifx_fieldproperties","iis_getserverbypath"
|
||||
Keyword = "iis_getservicestate","imagecolorsforindex"
|
||||
Keyword = "imagecreatefromjpeg","imagecreatefromwbmp"
|
||||
Keyword = "imap_clearflag_full","imap_fetch_overview"
|
||||
Keyword = "imap_fetchstructure","imap_listsubscribed"
|
||||
Keyword = "imap_mailboxmsginfo","ingres_fetch_object"
|
||||
Keyword = "ingres_field_length","ibase_fetch_object","ifx_htmltbl_result"
|
||||
Keyword = "iis_getdirsecurity","iis_getserverright","iis_setappsettings"
|
||||
Keyword = "iis_setdirsecurity","iis_setserverright","imagecolorallocate"
|
||||
Keyword = "imagecreatefromgif","imagecreatefrompng","imagecreatefromxbm"
|
||||
Keyword = "imagecreatefromxpm","imagefilledpolygon","imap_createmailbox"
|
||||
Keyword = "imap_deletemailbox","imap_getsubscribed","imap_renamemailbox"
|
||||
Keyword = "ingres_fetch_array","ingres_field_scale","ibase_blob_cancel"
|
||||
Keyword = "ibase_blob_create","ibase_blob_import","ibase_free_result"
|
||||
Keyword = "icap_delete_event","ifx_affected_rows","ifx_byteasvarchar"
|
||||
Keyword = "ifx_textasvarchar","ifxus_create_slob","ignore_user_abort"
|
||||
Keyword = "imagecolorclosest","imagecolorresolve","imagefilltoborder"
|
||||
Keyword = "imagegammacorrect","imagepsencodefont","imagepsextendfont"
|
||||
Keyword = "imap_getmailboxes","imap_mail_compose","imap_setflag_full"
|
||||
Keyword = "ingres_autocommit","ingres_field_name","ingres_field_type"
|
||||
Keyword = "ingres_num_fields","ibase_blob_close","ibase_field_info"
|
||||
Keyword = "ibase_free_query","ibase_num_fields","icap_fetch_event"
|
||||
Keyword = "icap_list_alarms","icap_list_events","icap_store_event"
|
||||
Keyword = "ifxus_close_slob","ifxus_write_slob","iis_getscriptmap"
|
||||
Keyword = "iis_removeserver","iis_setscriptmap","iis_startservice"
|
||||
Keyword = "imagecolorstotal","imagecopyresized","imagepalettecopy"
|
||||
Keyword = "imagepsslantfont","imap_fetchheader","imap_listmailbox"
|
||||
Keyword = "imap_scanmailbox","imap_unsubscribe","imap_utf7_decode"
|
||||
Keyword = "imap_utf7_encode","ingres_fetch_row","ircg_set_current"
|
||||
Keyword = "is_uploaded_file","ibase_blob_echo","ibase_blob_info"
|
||||
Keyword = "ibase_blob_open","ibase_fetch_row","ifx_create_blob"
|
||||
Keyword = "ifx_create_char","ifx_free_result","ifx_update_blob"
|
||||
Keyword = "ifx_update_char","ifxus_free_slob","ifxus_open_slob"
|
||||
Keyword = "ifxus_read_slob","ifxus_seek_slob","ifxus_tell_slob"
|
||||
Keyword = "iis_startserver","iis_stopservice","imagecolorexact"
|
||||
Keyword = "imagedashedline","imagefontheight","imagepscopyfont"
|
||||
Keyword = "imagepsfreefont","imagepsloadfont","imap_bodystruct"
|
||||
Keyword = "imap_headerinfo","imap_last_error","imap_num_recent"
|
||||
Keyword = "ingres_num_rows","ingres_pconnect","ingres_rollback"
|
||||
Keyword = "ircg_disconnect","ibase_blob_add","ibase_blob_get"
|
||||
Keyword = "ibase_pconnect","ibase_rollback","ifx_fieldtypes"
|
||||
Keyword = "ifx_nullformat","ifx_num_fields","iis_stopserver"
|
||||
Keyword = "imagecopymerge","imagefontwidth","imageinterlace"
|
||||
Keyword = "imagerectangle","imap_fetchbody","imap_fetchtext"
|
||||
Keyword = "imap_mail_copy","imap_mail_move","imap_subscribe"
|
||||
Keyword = "ingres_connect","is_subclass_of","ibase_connect"
|
||||
Keyword = "ibase_execute","ibase_prepare","ibase_timefmt","ifx_copy_blob"
|
||||
Keyword = "ifx_fetch_row","ifx_free_blob","ifx_free_char","iis_addserver"
|
||||
Keyword = "imagecolorset","imageloadfont","imagesetpixel","imagestringup"
|
||||
Keyword = "imap_undelete","ingres_commit","ircg_pconnect","is_executable"
|
||||
Keyword = "ibase_commit","ibase_errmsg","ifx_errormsg","ifx_get_blob"
|
||||
Keyword = "ifx_get_char","ifx_getsqlca","ifx_num_rows","ifx_pconnect"
|
||||
Keyword = "imagecolorat","imagedestroy","imagepolygon","imagettfbbox"
|
||||
Keyword = "imagettftext","imap_expunge","imap_headers","imap_num_msg"
|
||||
Keyword = "ingres_close","ingres_query","is_writeable","ibase_close"
|
||||
Keyword = "ibase_query","ibase_trans","icap_reopen","icap_snooze"
|
||||
Keyword = "ifx_connect","ifx_prepare","imagecharup","imagecreate"
|
||||
Keyword = "imagepsbbox","imagepstext","imagestring","imap_alerts"
|
||||
Keyword = "imap_append","imap_base64","imap_binary","imap_create"
|
||||
Keyword = "imap_delete","imap_errors","imap_header","imap_qprint"
|
||||
Keyword = "imap_rename","imap_reopen","imap_search","imap_status"
|
||||
Keyword = "ini_restore","is_readable","is_resource","is_writable"
|
||||
Keyword = "icap_popen","imagetypes","imap_check","imap_close","imap_msgno"
|
||||
Keyword = "imap_popen","is_integer","is_numeric","icap_open","ifx_close"
|
||||
Keyword = "ifx_error","ifx_query","imagechar","imagecopy","imagefill"
|
||||
Keyword = "imagejpeg","imageline","imagewbmp","imap_8bit","imap_body"
|
||||
Keyword = "imap_list","imap_lsub","imap_mail","imap_open","imap_ping"
|
||||
Keyword = "imap_scan","imap_sort","imap_utf8","ini_alter","iptcembed"
|
||||
Keyword = "iptcparse","ircg_join","ircg_part","is_double","is_object"
|
||||
Keyword = "is_string","imagearc","imagegif","imagepng","imap_uid"
|
||||
Keyword = "in_array","ircg_msg","is_array","is_float","isxdigit","imagesx"
|
||||
Keyword = "imagesy","implode","ini_get","ini_set","ip2long","is_bool"
|
||||
Keyword = "is_file","is_link","is_long","is_null","is_real","isalnum"
|
||||
Keyword = "isalpha","iscntrl","isdigit","isgraph","islower","isprint"
|
||||
Keyword = "ispunct","isspace","isupper","ifx_do","intval","is_dir"
|
||||
Keyword = "is_int","java_last_exception_clear","java_last_exception_get"
|
||||
Keyword = "jdtogregorian","jddayofweek","jdmonthname","jdtofrench"
|
||||
Keyword = "jdtojewish","jdtojulian","jewishtojd","juliantojd","jdtounix"
|
||||
Keyword = "join","krsort","ksort","key","ldap_first_attribute"
|
||||
Keyword = "ldap_get_attributes","ldap_get_values_len"
|
||||
Keyword = "ldap_next_attribute","ldap_count_entries","ldap_8859_to_t61"
|
||||
Keyword = "ldap_first_entry","ldap_free_result","ldap_get_entries"
|
||||
Keyword = "ldap_mod_replace","ldap_t61_to_8859","ldap_explode_dn"
|
||||
Keyword = "ldap_get_option","ldap_get_values","ldap_next_entry"
|
||||
Keyword = "ldap_set_option","ldap_compare","ldap_connect","ldap_err2str"
|
||||
Keyword = "ldap_mod_add","ldap_mod_del","ldap_delete","ldap_dn2ufn"
|
||||
Keyword = "ldap_get_dn","ldap_modify","ldap_search","ldap_unbind"
|
||||
Keyword = "levenshtein","ldap_close","ldap_errno","ldap_error","lcg_value"
|
||||
Keyword = "ldap_bind","ldap_list","ldap_read","localtime","ldap_add"
|
||||
Keyword = "linkinfo","long2ip","listen","log10","lstat","ltrim","leak"
|
||||
Keyword = "link","list","log","mcrypt_module_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_module_is_block_algorithm_mode"
|
||||
Keyword = "mcrypt_enc_get_supported_key_sizes"
|
||||
Keyword = "mcrypt_enc_is_block_algorithm_mode"
|
||||
Keyword = "mcal_event_set_recur_monthly_mday"
|
||||
Keyword = "mcal_event_set_recur_monthly_wday"
|
||||
Keyword = "mcrypt_module_get_algo_block_size"
|
||||
Keyword = "mcrypt_module_is_block_algorithm"
|
||||
Keyword = "mcal_fetch_current_stream_event"
|
||||
Keyword = "mcrypt_module_get_algo_key_size"
|
||||
Keyword = "mcrypt_enc_get_algorithms_name","mcrypt_enc_is_block_algorithm"
|
||||
Keyword = "mcal_event_set_recur_weekly","mcal_event_set_recur_yearly"
|
||||
Keyword = "mcrypt_module_is_block_mode","mcal_event_set_description"
|
||||
Keyword = "mcal_event_set_recur_daily","mssql_min_message_severity"
|
||||
Keyword = "mcal_event_set_recur_none","mcrypt_enc_get_block_size"
|
||||
Keyword = "mcrypt_enc_get_modes_name","mssql_min_client_severity"
|
||||
Keyword = "mssql_min_server_severity","mcal_event_add_attribute"
|
||||
Keyword = "mcrypt_enc_is_block_mode","mssql_min_error_severity"
|
||||
Keyword = "mcal_event_set_category","mcrypt_enc_get_key_size"
|
||||
Keyword = "mcrypt_module_self_test","mcrypt_enc_get_iv_size"
|
||||
Keyword = "mcrypt_get_cipher_name","mcrypt_list_algorithms"
|
||||
Keyword = "mssql_get_last_message","mcrypt_get_block_size"
|
||||
Keyword = "magic_quotes_runtime","mcal_create_calendar"
|
||||
Keyword = "mcal_delete_calendar","mcal_event_set_alarm"
|
||||
Keyword = "mcal_event_set_class","mcal_event_set_start"
|
||||
Keyword = "mcal_event_set_title","mcal_next_recurrence"
|
||||
Keyword = "mcal_rename_calendar","mcrypt_enc_self_test"
|
||||
Keyword = "mhash_get_block_size","mcrypt_generic_init"
|
||||
Keyword = "mcrypt_get_key_size","mcrypt_module_close"
|
||||
Keyword = "mhash_get_hash_name","mssql_affected_rows"
|
||||
Keyword = "mssql_rows_affected","mysql_affected_rows"
|
||||
Keyword = "mysql_escape_string","mysql_fetch_lengths","mcal_days_in_month"
|
||||
Keyword = "mcal_event_set_end","mcrypt_generic_end","mcrypt_get_iv_size"
|
||||
Keyword = "mcrypt_module_open","move_uploaded_file","msql_affected_rows"
|
||||
Keyword = "mssql_fetch_object","mssql_field_length","mysql_fetch_object"
|
||||
Keyword = "mcal_append_event","mcal_date_compare","mcal_delete_event"
|
||||
Keyword = "mcal_is_leap_year","mcal_week_of_year","mcrypt_list_modes"
|
||||
Keyword = "msql_fetch_object","mssql_fetch_array","mssql_fetch_batch"
|
||||
Keyword = "mssql_fetch_field","mssql_free_result","mysql_fetch_array"
|
||||
Keyword = "mysql_fetch_assoc","mysql_fetch_field","mysql_field_flags"
|
||||
Keyword = "mysql_field_table","mysql_free_result","mysql_list_fields"
|
||||
Keyword = "mysql_list_tables","mcal_day_of_week","mcal_day_of_year"
|
||||
Keyword = "mcal_fetch_event","mcal_list_alarms","mcal_list_events"
|
||||
Keyword = "mcal_store_event","mcrypt_create_iv","mdecrypt_generic"
|
||||
Keyword = "mhash_keygen_s2k","msql_fetch_array","msql_fetch_field"
|
||||
Keyword = "msql_field_flags","msql_field_table","msql_free_result"
|
||||
Keyword = "msql_list_fields","msql_list_tables","mssql_field_name"
|
||||
Keyword = "mssql_field_seek","mssql_field_type","mssql_num_fields"
|
||||
Keyword = "mysql_field_name","mysql_field_seek","mysql_field_type"
|
||||
Keyword = "mysql_fieldflags","mysql_fieldtable","mysql_freeresult"
|
||||
Keyword = "mysql_listfields","mysql_listtables","mysql_num_fields"
|
||||
Keyword = "mcal_date_valid","mcal_event_init","mcal_time_valid"
|
||||
Keyword = "msql_field_name","msql_field_seek","msql_field_type"
|
||||
Keyword = "msql_fieldflags","msql_fieldtable","msql_freeresult"
|
||||
Keyword = "msql_listfields","msql_listtables","msql_num_fields"
|
||||
Keyword = "mssql_data_seek","mssql_fetch_row","mssql_select_db"
|
||||
Keyword = "mysql_create_db","mysql_data_seek","mysql_fetch_row"
|
||||
Keyword = "mysql_field_len","mysql_fieldname","mysql_fieldtype"
|
||||
Keyword = "mysql_insert_id","mysql_numfields","mysql_select_db"
|
||||
Keyword = "mysql_tablename","mcrypt_decrypt","mcrypt_encrypt"
|
||||
Keyword = "mcrypt_generic","msql_create_db","msql_data_seek"
|
||||
Keyword = "msql_fetch_row","msql_field_len","msql_fieldname"
|
||||
Keyword = "msql_fieldtype","msql_numfields","msql_select_db"
|
||||
Keyword = "msql_tablename","mssql_num_rows","mssql_pconnect"
|
||||
Keyword = "mysql_createdb","mysql_db_query","mysql_fieldlen"
|
||||
Keyword = "mysql_list_dbs","mysql_num_rows","mysql_pconnect"
|
||||
Keyword = "mysql_selectdb","method_exists","msql_createdb","msql_db_query"
|
||||
Keyword = "msql_fieldlen","msql_list_dbs","msql_num_rows","msql_pconnect"
|
||||
Keyword = "msql_selectdb","mssql_connect","mt_getrandmax","mysql_connect"
|
||||
Keyword = "mysql_db_name","mysql_drop_db","mysql_listdbs","mysql_numrows"
|
||||
Keyword = "msql_connect","msql_drop_db","msql_listdbs","msql_numrows"
|
||||
Keyword = "msql_regcase","mssql_result","mysql_dbname","mysql_dropdb"
|
||||
Keyword = "mysql_result","mcal_reopen","mcal_snooze","mhash_count"
|
||||
Keyword = "msql_dbname","msql_dropdb","msql_result","mssql_close"
|
||||
Keyword = "mssql_query","mysql_close","mysql_errno","mysql_error"
|
||||
Keyword = "mysql_query","mcal_close","mcal_popen","mcrypt_cbc"
|
||||
Keyword = "mcrypt_cfb","mcrypt_ecb","mcrypt_ofb","msql_close","msql_error"
|
||||
Keyword = "msql_query","mcal_open","metaphone","microtime","mt_srand"
|
||||
Keyword = "mt_rand","mktime","mhash","mkdir","mysql","mail","msql","max"
|
||||
Keyword = "md5","min","number_format","natcasesort","new_xmldoc","natsort"
|
||||
Keyword = "nl2br","orbit_get_repository_id","openssl_get_privatekey"
|
||||
Keyword = "openssl_read_publickey","orbit_caught_exception"
|
||||
Keyword = "odbc_columnprivileges","odbc_procedurecolumns"
|
||||
Keyword = "openssl_get_publickey","orbit_exception_value"
|
||||
Keyword = "odbc_field_precision","odbc_tableprivileges"
|
||||
Keyword = "odbc_specialcolumns","ovrimos_free_result"
|
||||
Keyword = "ovrimos_longreadlen","ocicolumnprecision","orbit_exception_id"
|
||||
Keyword = "ovrimos_fetch_into","ovrimos_field_name","ovrimos_field_type"
|
||||
Keyword = "ovrimos_num_fields","ovrimos_result_all","ob_implicit_flush"
|
||||
Keyword = "ocifetchstatement","ociwritelobtofile","odbc_fetch_object"
|
||||
Keyword = "openssl_free_x509","openssl_read_x509","ovrimos_close_all"
|
||||
Keyword = "ovrimos_fetch_row","ovrimos_field_len","ovrimos_field_num"
|
||||
Keyword = "ocicolumntyperaw","ocifreestatement","ociinternaldebug"
|
||||
Keyword = "ocinewdescriptor","ociserverversion","ocistatementtype"
|
||||
Keyword = "odbc_fetch_array","odbc_field_scale","odbc_foreignkeys"
|
||||
Keyword = "odbc_free_result","odbc_gettypeinfo","odbc_longreadlen"
|
||||
Keyword = "odbc_primarykeys","open_listen_sock","openssl_free_key"
|
||||
Keyword = "ovrimos_num_rows","ovrimos_rollback","ob_get_contents"
|
||||
Keyword = "ocicolumnisnull","ocidefinebyname","odbc_autocommit"
|
||||
Keyword = "odbc_fetch_into","odbc_field_name","odbc_field_type"
|
||||
Keyword = "odbc_num_fields","odbc_procedures","odbc_result_all"
|
||||
Keyword = "odbc_statistics","ovrimos_connect","ovrimos_execute"
|
||||
Keyword = "ovrimos_prepare","ocicolumnscale","ocisavelobfile"
|
||||
Keyword = "ocisetprefetch","odbc_close_all","odbc_fetch_row"
|
||||
Keyword = "odbc_field_len","odbc_field_num","odbc_setoption"
|
||||
Keyword = "openssl_verify","ora_columnname","ora_columnsize"
|
||||
Keyword = "ora_columntype","ora_fetch_into","orbit_load_idl"
|
||||
Keyword = "ovrimos_commit","ovrimos_cursor","ovrimos_result"
|
||||
Keyword = "ob_get_length","ocibindbyname","ocicolumnname","ocicolumnsize"
|
||||
Keyword = "ocicolumntype","ocifreecursor","odbc_num_rows","odbc_pconnect"
|
||||
Keyword = "odbc_rollback","ora_commitoff","ora_errorcode","ora_getcolumn"
|
||||
Keyword = "ovrimos_close","ob_end_clean","ob_end_flush","ob_gzhandler"
|
||||
Keyword = "ocifetchinto","ocinewcursor","odbc_binmode","odbc_columns"
|
||||
Keyword = "odbc_connect","odbc_execute","odbc_prepare","openssl_open"
|
||||
Keyword = "openssl_seal","openssl_sign","ora_commiton","ora_rollback"
|
||||
Keyword = "ovrimos_exec","ocifreedesc","ocirollback","ocirowcount"
|
||||
Keyword = "odbc_commit","odbc_cursor","odbc_result","odbc_tables"
|
||||
Keyword = "ora_numcols","ora_numrows","ociexecute","ociloadlob"
|
||||
Keyword = "ocinumcols","ocisavelob","odbc_close","ora_commit","ora_logoff"
|
||||
Keyword = "ora_plogon","ocicancel","ocicommit","ocilogoff","ocinlogon"
|
||||
Keyword = "ociplogon","ociresult","odbc_exec","ora_close","ora_error"
|
||||
Keyword = "ora_fetch","ora_logon","ora_parse","ob_start","ocierror"
|
||||
Keyword = "ocifetch","ocilogon","ociparse","ora_bind","ora_exec"
|
||||
Keyword = "ora_open","odbc_do","opendir","openlog","octdec","ora_do","ord"
|
||||
Keyword = "printer_logical_fontheight","pdf_closepath_fill_stroke"
|
||||
Keyword = "pspell_config_runtogether","pspell_store_replacement"
|
||||
Keyword = "pspell_config_save_repl","pdf_set_text_rendering"
|
||||
Keyword = "pdf_setrgbcolor_stroke","pg_set_client_encoding"
|
||||
Keyword = "printer_draw_rectangle","printer_draw_roundrect"
|
||||
Keyword = "pspell_add_to_personal","pspell_config_personal"
|
||||
Keyword = "pdf_open_memory_image","pdf_set_horiz_scaling"
|
||||
Keyword = "pdf_set_info_keywords","pspell_add_to_session"
|
||||
Keyword = "pdf_closepath_stroke","pdf_get_image_height"
|
||||
Keyword = "pdf_set_border_color","pdf_set_border_style"
|
||||
Keyword = "pdf_set_char_spacing","pdf_set_info_creator"
|
||||
Keyword = "pdf_set_info_subject","pdf_set_word_spacing"
|
||||
Keyword = "pdf_setrgbcolor_fill","pg_setclientencoding"
|
||||
Keyword = "printer_create_brush","printer_delete_brush"
|
||||
Keyword = "printer_select_brush","pspell_clear_session"
|
||||
Keyword = "pspell_config_create","pspell_config_ignore"
|
||||
Keyword = "pspell_save_wordlist","pdf_get_image_width"
|
||||
Keyword = "pdf_open_image_file","pdf_set_border_dash"
|
||||
Keyword = "pdf_set_info_author","printer_create_font"
|
||||
Keyword = "printer_delete_font","printer_draw_elipse"
|
||||
Keyword = "printer_select_font","pspell_new_personal","pdf_add_annotation"
|
||||
Keyword = "pdf_set_info_title","pdf_set_transition","pdf_setgray_stroke"
|
||||
Keyword = "pg_client_encoding","printer_create_pen","printer_delete_pen"
|
||||
Keyword = "printer_get_option","printer_select_pen","printer_set_option"
|
||||
Keyword = "printer_start_page","pspell_config_mode","pspell_config_repl"
|
||||
Keyword = "pdf_continue_text","pdf_get_parameter","pdf_set_parameter"
|
||||
Keyword = "pdf_set_text_rise","pdf_setmiterlimit","pfpro_process_raw"
|
||||
Keyword = "pg_clientencoding","printer_create_dc","printer_delete_dc"
|
||||
Keyword = "printer_draw_text","printer_start_doc","pspell_new_config"
|
||||
Keyword = "pdf_add_bookmark","pdf_get_fontname","pdf_get_fontsize"
|
||||
Keyword = "pdf_set_duration","pdf_set_text_pos","pdf_setgray_fill"
|
||||
Keyword = "pdf_setlinewidth","printer_end_page","pdf_add_outline"
|
||||
Keyword = "pdf_add_pdflink","pdf_add_weblink","pdf_close_image"
|
||||
Keyword = "pdf_fill_stroke","pdf_place_image","pdf_set_leading"
|
||||
Keyword = "pdf_setlinejoin","pdf_setrgbcolor","pdf_stringwidth"
|
||||
Keyword = "pg_errormessage","pg_fetch_object","posix_getgroups"
|
||||
Keyword = "posix_getrlimit","printer_end_doc","parse_ini_file"
|
||||
Keyword = "pdf_begin_page","pdf_setlinecap","pdf_show_boxed"
|
||||
Keyword = "pg_fetch_array","pg_fieldisnull","pg_fieldprtlen"
|
||||
Keyword = "posix_getgrgid","posix_getgrnam","posix_getlogin"
|
||||
Keyword = "posix_getpwnam","posix_getpwuid","preg_match_all"
|
||||
Keyword = "pspell_suggest","pdf_closepath","pdf_get_value","pdf_open_jpeg"
|
||||
Keyword = "pdf_open_tiff","pdf_set_value","pdf_translate","pfpro_cleanup"
|
||||
Keyword = "pfpro_process","pfpro_version","pg_freeresult","pg_getlastoid"
|
||||
Keyword = "php_logo_guid","php_sapi_name","posix_ctermid","posix_getegid"
|
||||
Keyword = "posix_geteuid","posix_getpgid","posix_getpgrp","posix_getppid"
|
||||
Keyword = "posix_setegid","posix_seteuid","posix_setpgid","posix_ttyname"
|
||||
Keyword = "printer_close","printer_write","pdf_end_page","pdf_get_font"
|
||||
Keyword = "pdf_open_gif","pdf_open_png","pdf_set_font","pdf_set_info"
|
||||
Keyword = "pg_cmdtuples","pg_fetch_row","pg_fieldname","pg_fieldsize"
|
||||
Keyword = "pg_fieldtype","pg_loreadall","pg_numfields","posix_getcwd"
|
||||
Keyword = "posix_getgid","posix_getpid","posix_getsid","posix_getuid"
|
||||
Keyword = "posix_isatty","posix_mkfifo","posix_setgid","posix_setsid"
|
||||
Keyword = "posix_setuid","preg_replace","printer_list","printer_name"
|
||||
Keyword = "printer_open","pspell_check","pdf_curveto","pdf_endpath"
|
||||
Keyword = "pdf_restore","pdf_setdash","pdf_setflat","pdf_setgray"
|
||||
Keyword = "pdf_show_xy","pg_end_copy","pg_fieldnum","pg_locreate"
|
||||
Keyword = "pg_loexport","pg_loimport","pg_lounlink","pg_pconnect"
|
||||
Keyword = "pg_put_line","posix_times","posix_uname","pdf_circle"
|
||||
Keyword = "pdf_lineto","pdf_moveto","pdf_rotate","pdf_stroke","pfpro_init"
|
||||
Keyword = "pfsockopen","pg_connect","pg_loclose","pg_lowrite","pg_numrows"
|
||||
Keyword = "pg_options","pg_untrace","phpcredits","phpversion","posix_kill"
|
||||
Keyword = "preg_match","preg_quote","preg_split","pspell_new","parse_str"
|
||||
Keyword = "parse_url","pdf_close","pdf_scale","pg_dbname","pg_loopen"
|
||||
Keyword = "pg_loread","pg_result","php_uname","preg_grep","passthru"
|
||||
Keyword = "pathinfo","pdf_clip","pdf_fill","pdf_open","pdf_rect"
|
||||
Keyword = "pdf_save","pdf_show","pdf_skew","pg_close","pg_trace","pdf_arc"
|
||||
Keyword = "pg_exec","pg_host","pg_port","phpinfo","print_r","pclose"
|
||||
Keyword = "pg_tty","printf","putenv","popen","print","pack","prev","pos"
|
||||
Keyword = "pow","pi","quoted_printable_decode","qdom_tree","quotemeta"
|
||||
Keyword = "readline_completion_function","register_shutdown_function"
|
||||
Keyword = "readline_clear_history","readline_write_history"
|
||||
Keyword = "register_tick_function","readline_list_history"
|
||||
Keyword = "readline_read_history","restore_error_handler"
|
||||
Keyword = "readline_add_history","read_exif_data","readline_info"
|
||||
Keyword = "recode_string","rawurldecode","rawurlencode","recode_file"
|
||||
Keyword = "readgzfile","rewinddir","readfile","readline","readlink"
|
||||
Keyword = "realpath","recvfrom","rad2deg","readdir","recvmsg","recode"
|
||||
Keyword = "rename","rewind","range","readv","reset","rmdir","round"
|
||||
Keyword = "rsort","rtrim","rand","read","recv"
|
||||
Keyword = "satellite_get_repository_id","sybase_min_message_severity"
|
||||
Keyword = "satellite_caught_exception","sybase_min_client_severity"
|
||||
Keyword = "sybase_min_server_severity","satellite_exception_value"
|
||||
Keyword = "session_get_cookie_params","session_set_cookie_params"
|
||||
Keyword = "sybase_min_error_severity","session_set_save_handler"
|
||||
Keyword = "set_magic_quotes_runtime","swf_actiontogglequality"
|
||||
Keyword = "swf_shapefillbitmapclip","swf_shapefillbitmaptile"
|
||||
Keyword = "sybase_get_last_message","satellite_exception_id"
|
||||
Keyword = "swf_actionwaitforframe","session_cache_limiter"
|
||||
Keyword = "session_is_registered","snmp_get_quick_print"
|
||||
Keyword = "snmp_set_quick_print","sybase_affected_rows"
|
||||
Keyword = "session_module_name","session_write_close"
|
||||
Keyword = "set_socket_blocking","socket_set_blocking"
|
||||
Keyword = "swf_actiongotoframe","swf_actiongotolabel"
|
||||
Keyword = "swf_actionnextframe","swf_actionprevframe"
|
||||
Keyword = "swf_actionsettarget","swf_addbuttonrecord"
|
||||
Keyword = "sybase_fetch_object","satellite_load_idl","session_unregister"
|
||||
Keyword = "socket_set_timeout","swf_shapefillsolid","swf_shapelinesolid"
|
||||
Keyword = "sybase_fetch_array","sybase_fetch_field","sybase_free_result"
|
||||
Keyword = "session_save_path","set_error_handler","socket_get_status"
|
||||
Keyword = "swf_getbitmapinfo","swf_shapecurveto3","swf_startdoaction"
|
||||
Keyword = "sybase_field_seek","sybase_num_fields","session_register"
|
||||
Keyword = "swf_actiongeturl","swf_definebitmap","swf_fonttracking"
|
||||
Keyword = "swf_modifyobject","swf_removeobject","swf_shapecurveto"
|
||||
Keyword = "swf_shapefilloff","sybase_data_seek","sybase_fetch_row"
|
||||
Keyword = "sybase_select_db","session_destroy","set_file_buffer"
|
||||
Keyword = "swf_enddoaction","swf_getfontinfo","swf_oncondition"
|
||||
Keyword = "swf_perspective","swf_placeobject","swf_shapelineto"
|
||||
Keyword = "swf_shapemoveto","swf_startbutton","swf_startsymbol"
|
||||
Keyword = "sybase_num_rows","sybase_pconnect","session_decode"
|
||||
Keyword = "session_encode","set_time_limit","shm_remove_var"
|
||||
Keyword = "substr_replace","swf_actionplay","swf_actionstop"
|
||||
Keyword = "swf_definefont","swf_defineline","swf_definepoly"
|
||||
Keyword = "swf_definerect","swf_definetext","swf_labelframe"
|
||||
Keyword = "swf_pushmatrix","swf_startshape","sybase_connect"
|
||||
Keyword = "session_start","session_unset","stripcslashes","strnatcasecmp"
|
||||
Keyword = "swf_closefile","swf_endbutton","swf_endsymbol","swf_fontslant"
|
||||
Keyword = "swf_polarview","swf_popmatrix","swf_showframe","swf_textwidth"
|
||||
Keyword = "swf_translate","sybase_result","session_name","set_nonblock"
|
||||
Keyword = "shmop_delete","similar_text","snmprealwalk","stripslashes"
|
||||
Keyword = "substr_count","swf_addcolor","swf_endshape","swf_fontsize"
|
||||
Keyword = "swf_getframe","swf_mulcolor","swf_openfile","swf_posround"
|
||||
Keyword = "swf_setframe","swf_shapearc","swf_viewport","sybase_close"
|
||||
Keyword = "sybase_query","sem_acquire","sem_release","shm_get_var"
|
||||
Keyword = "shm_put_var","shmop_close","shmop_write","show_source"
|
||||
Keyword = "snmpwalkoid","sql_regcase","str_replace","strncasecmp"
|
||||
Keyword = "swf_setfont","session_id","setsockopt","shell_exec"
|
||||
Keyword = "shm_attach","shm_detach","shm_remove","shmop_open","shmop_read"
|
||||
Keyword = "shmop_size","socketpair","str_repeat","strcasecmp","strip_tags"
|
||||
Keyword = "strtolower","strtoupper","swf_lookat","swf_nextid","swf_ortho2"
|
||||
Keyword = "swf_rotate","serialize","set_iovec","setcookie","setlocale"
|
||||
Keyword = "strnatcmp","strtotime","swf_ortho","swf_scale","shutdown"
|
||||
Keyword = "snmpwalk","strerror","strftime","sem_get","sendmsg","settype"
|
||||
Keyword = "shuffle","snmpget","snmpset","soundex","sprintf","str_pad"
|
||||
Keyword = "strcspn","stristr","strncmp","strrchr","strrpos","symlink"
|
||||
Keyword = "select","sendto","signal","sizeof","socket","spliti","sscanf"
|
||||
Keyword = "strchr","strcmp","strlen","strpos","strrev","strspn","strstr"
|
||||
Keyword = "strtok","strval","substr","syslog","system","sleep","split"
|
||||
Keyword = "srand","strtr","send","sort","sqrt","stat","sin"
|
||||
Keyword = "trigger_error","textdomain","tempnam","tmpfile","touch","time"
|
||||
Keyword = "trim","tan","unregister_tick_function","unserialize"
|
||||
Keyword = "utf8_decode","utf8_encode","urldecode","urlencode","unixtojd"
|
||||
Keyword = "ucfirst","ucwords","uasort","uksort","uniqid","unlink","unpack"
|
||||
Keyword = "usleep","umask","unset","usort","velocis_off_autocommit"
|
||||
Keyword = "velocis_autocommit","velocis_freeresult","velocis_fieldname"
|
||||
Keyword = "velocis_fieldnum","velocis_rollback","velocis_connect"
|
||||
Keyword = "velocis_commit","velocis_result","velocis_close"
|
||||
Keyword = "velocis_fetch","velocis_exec","var_dump","virtual"
|
||||
Keyword = "wddx_serialize_value","wddx_serialize_vars","wddx_packet_start"
|
||||
Keyword = "wddx_deserialize","wddx_packet_end","wddx_add_vars","wordwrap"
|
||||
Keyword = "writev","write","xml_set_processing_instruction_handler"
|
||||
Keyword = "xml_set_unparsed_entity_decl_handler"
|
||||
Keyword = "xml_set_external_entity_ref_handler"
|
||||
Keyword = "xml_set_character_data_handler","xml_get_current_column_number"
|
||||
Keyword = "xml_set_notation_decl_handler","xml_get_current_line_number"
|
||||
Keyword = "xml_get_current_byte_index","xslt_output_begintransform"
|
||||
Keyword = "xslt_output_endtransform","xml_set_default_handler"
|
||||
Keyword = "xml_set_element_handler","xslt_set_error_handler"
|
||||
Keyword = "xml_parse_into_struct","xml_parser_get_option"
|
||||
Keyword = "xml_parser_set_option","xpath_eval_expression"
|
||||
Keyword = "xslt_set_sax_handler","xml_get_error_code","xml_parser_create"
|
||||
Keyword = "xpath_new_context","xslt_fetch_result","xml_error_string"
|
||||
Keyword = "xptr_new_context","xml_parser_free","xml_set_object"
|
||||
Keyword = "xslt_transform","xslt_closelog","xslt_openlog","xslt_process"
|
||||
Keyword = "xslt_create","xmldocfile","xpath_eval","xslt_errno"
|
||||
Keyword = "xslt_error","xml_parse","xptr_eval","xslt_free","xslt_run"
|
||||
Keyword = "xmltree","xmldoc","yp_get_default_domain","yaz_addinfo"
|
||||
Keyword = "yaz_connect","yaz_element","yaz_record","yaz_search"
|
||||
Keyword = "yaz_syntax","yaz_close","yaz_errno","yaz_error","yaz_range"
|
||||
Keyword = "yp_master","yaz_hits","yaz_wait","yp_first","yp_match"
|
||||
Keyword = "yp_order","yp_next","zend_logo_guid","zend_test_func"
|
||||
Keyword = "zend_version"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex constants>
|
||||
From = "0x","0x"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Variables>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"Z","_","a"-"z"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimal constants>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Octal Constants>
|
||||
From = "0"-"7"
|
||||
While = "0"-"7"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Tag>
|
||||
Keyword = "</blockquote>","<blockquote>","<blockquote","</colgroup>"
|
||||
Keyword = "</fieldset>","</frameset>","</multicol>","</noframes>"
|
||||
Keyword = "</noscript>","</optgroup>","</textarea>","</acronym>"
|
||||
Keyword = "</address>","</caption>","<colgroup>","</comment>","<fieldset>"
|
||||
Keyword = "</listing>","</marquee>","<multicol>","<noframes>","</nolayer>"
|
||||
Keyword = "<noscript>","<optgroup>","<textarea>","<acronym>","<address>"
|
||||
Keyword = "</applet>","<basefont","</button>","<caption>","</center>"
|
||||
Keyword = "<comment>","<fieldset","<frameset","</iframe>","</ilayer>"
|
||||
Keyword = "<isindex>","</legend>","<listing>","<nolayer>","<optgroup"
|
||||
Keyword = "</option>","</script>","</select>","</strike>","</strong>"
|
||||
Keyword = "<textarea","<acronym","<address","<bgsound","</blink>"
|
||||
Keyword = "<button>","<caption","<center>","<iframe>","<ilayer>"
|
||||
Keyword = "<isindex","</label>","<legend>","<marquee","<object>"
|
||||
Keyword = "<option>","<script>","</small>","<spacer>","<strike>"
|
||||
Keyword = "<strong>","</style>","</table>","</tbody>","</tfoot>"
|
||||
Keyword = "</thead>","</title>","</abbr>","<above>","<applet","<array>"
|
||||
Keyword = "<blink>","</body>","<center","</cite>","</code>","</font>"
|
||||
Keyword = "</form>","</head>","</html>","<input>","<label>","<layer>"
|
||||
Keyword = "<legend","</menu>","<nextid","</nobr>","</note>","<object"
|
||||
Keyword = "<option","<quote>","<range>","</samp>","<script","<select"
|
||||
Keyword = "<small>","</span>","<strike","<strong","<style>","<table>"
|
||||
Keyword = "<tbody>","<tfoot>","<thead>","<title>","<abbr>","</area"
|
||||
Keyword = "</bdo>","</big>","<body>","<blink","<cite>","<code>","</col>"
|
||||
Keyword = "</del>","</dfn>","</dir>","</div>","<embed","<form>","<frame"
|
||||
Keyword = "<head>","<html>","<input","</ins>","</kbd>","<label","</map>"
|
||||
Keyword = "<menu>","<nobr>","<note>","<param","</pre>","<root>","<samp>"
|
||||
Keyword = "<small","<sound","<span>","<sqrt>","<style","</sub>","</sup>"
|
||||
Keyword = "<table","<tbody","<text>","<tfoot","<thead","</var>","</xmp>"
|
||||
Keyword = "<abbr","<area","<base","<bdo>","<big>","<body","<box>","<cite"
|
||||
Keyword = "<code","<col>","</dd>","<del>","<dfn>","<dir>","<div>","</dl>"
|
||||
Keyword = "</dt>","</em>","<fig>","<font","<form","</h1>","</h2>","</h3>"
|
||||
Keyword = "</h4>","</h5>","</h6>","<head","<html","<ins>","<kbd>","</li>"
|
||||
Keyword = "<link","<menu","<meta","</ol>","<pre>","<samp","<span","<sub>"
|
||||
Keyword = "<sup>","</td>","</th>","</tr>","</tt>","</ul>","<var>","<wbr>"
|
||||
Keyword = "<xmp>","</a>","</b>","<bdo","<big","<br>","<big","<dd>","<del"
|
||||
Keyword = "<dfn","<dir","<div","<dl>","<dt>","<em>","<h1>","<h2>","<h3>"
|
||||
Keyword = "<h4>","<h5>","<h6>","<hr>","</i>","<img","<ins","<kbd","<li>"
|
||||
Keyword = "<map","<ol>","</p>","<pre","</q>","</s>","<sub","<sup","<td>"
|
||||
Keyword = "<th>","<tr>","<tt>","</u>","<ul>","<var","<b>","<br","<dd"
|
||||
Keyword = "<dl","<dt","<em","<h1","<h2","<h3","<h4","<h5","<h6","<hr"
|
||||
Keyword = "<i>","<li","<ol","<p>","<q>","<s>","<td","<th","<tr","<tt"
|
||||
Keyword = "<u>","<ul","<a","<b","<i","<p","<q","<s","<u"
|
||||
Keyword = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
|
||||
<Attributes>
|
||||
Keyword = "accept-charset=","accesskey=","archive=","accept=","action="
|
||||
Keyword = "align=","alink=","abbr=","axis=","alt=","bordercolor="
|
||||
Keyword = "background=","behavior","bgcolor=","border=","below"
|
||||
Keyword = "cellpadding=","cellspacing=","codebase=","codetype=","charoff="
|
||||
Keyword = "charset=","classid=","colspan=","content=","checked","compact"
|
||||
Keyword = "coords=","class=","clear=","color=","char=","cite=","code="
|
||||
Keyword = "cols=","datetime=","disabled","declare","data=","defer","dir="
|
||||
Keyword = "enctype=","framespacing=","frameborder=","frame=","face="
|
||||
Keyword = "for=","http-equiv=","hreflang=","headers=","height=","hidden="
|
||||
Keyword = "hspace=","href=","ismap=","id=","leftmargin=","language="
|
||||
Keyword = "longdesc=","label=","lang=","link=","loop=","marginheight="
|
||||
Keyword = "marginwidth=","maxlength=","multiple","mailto=","method="
|
||||
Keyword = "media=","noresize","noshade","nohref","name=","onmousedown="
|
||||
Keyword = "onmousemove=","onmouseover=","onkeypress=","ondblclick="
|
||||
Keyword = "onmouseout=","onkeydown=","onmouseup=","onchange=","onselect="
|
||||
Keyword = "onsubmit=","onunload=","onfocus=","onkeyup=","onreset="
|
||||
Keyword = "onclick=","object=","onblur=","onload=","profile=","prompt="
|
||||
Keyword = "rightmargin=","readonly","rowspan=","rules=","rows=","rel="
|
||||
Keyword = "rev=","scrolling=","selected","standby=","summary=","scheme="
|
||||
Keyword = "scope=","shape=","start=","style=","size=","span=","src="
|
||||
Keyword = "topmargin=","tabindex=","target=","title=","text=","type="
|
||||
Keyword = "usemap=","url=","valuetype=","version=","valign=","vspace="
|
||||
Keyword = "value=","vlink=","width="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 13
|
||||
|
||||
<Entities>
|
||||
Keyword = "¤","¦","±","·","¼"
|
||||
Keyword = "½","¾","¿","à","á"
|
||||
Keyword = "ã","ç","è","é","ì"
|
||||
Keyword = "í","ñ","ò","ó","õ"
|
||||
Keyword = "ø","ù","ú","ý","à"
|
||||
Keyword = "á","ã","ç","è","é"
|
||||
Keyword = "ì","í","ñ","ò","ó"
|
||||
Keyword = "õ","÷","ø","ù","ú"
|
||||
Keyword = "ý","¡","£","«","´","µ"
|
||||
Keyword = "¸","»","â","å","æ","ê"
|
||||
Keyword = "î","ô","×","û","þ","ß"
|
||||
Keyword = "â","å","æ","ê","î","ô"
|
||||
Keyword = "û","þ","""," ","¢","§","©"
|
||||
Keyword = "ª","¯","²","³","¶","¹","º"
|
||||
Keyword = "ä","ë","ï","ö","ü","ä","ë"
|
||||
Keyword = "ï","ö","ü","ÿ","&","¥","¨"
|
||||
Keyword = "¬","­","®","°","ð","ð","<",">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 13
|
||||
65
tools/qed/syntax/manitor.syn
Normal file
65
tools/qed/syntax/manitor.syn
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
;********************************************************
|
||||
[Manitor-Logfile]
|
||||
;********************************************************
|
||||
Txttype = "manitor.log"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Sent>
|
||||
From = "Message send"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<Received>
|
||||
From = "Message received"
|
||||
To = "]:"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 11
|
||||
Selcolor = 11
|
||||
|
||||
<AV-Protocol>
|
||||
From = "AV_","VA_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 12
|
||||
|
||||
<GEMScript>
|
||||
From = "GS_"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 14
|
||||
Selcolor = 14
|
||||
33
tools/qed/syntax/mup.syn
Normal file
33
tools/qed/syntax/mup.syn
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
;********************************************************
|
||||
[bash/Mupfel script]
|
||||
;********************************************************
|
||||
Txttype = "mup"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Keywords>
|
||||
Keyword = "break","case","done","do","export","elif","else","esac","exit"
|
||||
Keyword = "function","for","fi","if","in","return","select","then","until"
|
||||
Keyword = "while"
|
||||
Keyword = "."
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
183
tools/qed/syntax/mupmusic.syn
Normal file
183
tools/qed/syntax/mupmusic.syn
Normal file
@@ -0,0 +1,183 @@
|
||||
; QED (version 5.0 or higher) syntax file for Mup ( http://www.arkkra.com )
|
||||
; September 22, 2006 M.Tarenskeen <m.tarenskeen@zonnet.nl>
|
||||
; MUP version 5.2
|
||||
; It was more or less derived from the syntax file for Vim that can be
|
||||
; downloaded from ftp://ftp.arkkra.com/pub/unix/user.pgms/mup.vim
|
||||
;***************************************************************************
|
||||
[MUP music publisher]
|
||||
;***************************************************************************
|
||||
Txttype = "mup"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Statement>
|
||||
Keyword = "staffs","vscheme","defoct","lyricssize","sylposition"
|
||||
Keyword = "size","staffsep","scorepad","staffpad","chorddist","dyndist","dist","crescdist"
|
||||
Keyword = "division","panelsperpage","gridfret","restcombine","firstpage"
|
||||
Keyword = "scoresep","stafflines","ontheline","warn","numbermrpt","printmultnum"
|
||||
Keyword = "gridswhereused","gridsatend","tabwhitebox","timeunit"
|
||||
Keyword = "topmargin","botmargin","leftmargin","rightmargin","units"
|
||||
Keyword = "packfact","packexp","staffscale","gridscale","scale","beamslope","slope"
|
||||
Keyword = "transpose","addtranspose","lyricsalign","pageheight","pagewidth","units"
|
||||
Keyword = "endingstyle","rehstyle","pedstyle","release"
|
||||
Keyword = "brace","bracket","barstyle","aboveorder","beloworder","betweenorder"
|
||||
Keyword = "key","time","beamstyle","visible","measnum","cancelkey","label","label2"
|
||||
Keyword = "font","fontfamily","lyricsfont","lyricsfontfamily","clef"
|
||||
Keyword = "measnumfont","measnumfontfamily","measnumfontsize","whereused"
|
||||
Keyword = "pedal","mussym","phrase","til","octave","roll"
|
||||
Keyword = "noteheads","stemlen","swingunit","stemshorten"
|
||||
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Color = 3
|
||||
Selcolor = 11
|
||||
(Color256)
|
||||
Color = 3
|
||||
Selcolor = 11
|
||||
|
||||
<Type>
|
||||
Keyword = "header","header2","footer","footer2","music","grids","score","voice","staff","headshapes"
|
||||
Keyword = "dim","diminished","aug","augmented","per","perfect","min","minor","maj","major"
|
||||
Keyword = "cue","grace","xnote","diam","dotted","dashed"
|
||||
Keyword = "above","below","between","all","lyrics","multirest"
|
||||
Keyword = "tab","cm","inches","boxed","circled","plain","pedstar","barred","grouped"
|
||||
Keyword = "othertext","top","top2","bottom","bottom2","block"
|
||||
Keyword = "wide","medium","wavy","inches","cm"
|
||||
Keyword = "bass","treble","8treble","treble8","alto","soprano","mezzosoprano","tenor","baritone","drum"
|
||||
Keyword = "chord","analysis","figbass","dyn"
|
||||
Keyword = "blank","diam","isostri","norm","pie","rect","righttri","semicirc","slash"," allslash","x","allx"
|
||||
Keyword = "4n","2n","1n","dblwhole","filldiamond","diamond","dwhdiamond"
|
||||
Keyword = "fillisostriangle","isostriangle","dwhisostriangle"
|
||||
Keyword = "fillpiewedge","piewedge","dwhpiewedge"
|
||||
Keyword = "fillrectangle","rectangle","dwhrectangle"
|
||||
Keyword = "fillrighttriangle","righttriangle","dwhrighttriangle"
|
||||
Keyword = "fillurighttriangle","urighttriangle","dwhurighttriangle"
|
||||
Keyword = "fillsemicircle","semicircle","dwhsemicircle"
|
||||
Keyword = "fillslashhead","slashhead","dwhslashhead","blankhead"
|
||||
Keyword = "hs"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 2
|
||||
Selcolor = 7
|
||||
(Color256)
|
||||
Color = 2
|
||||
Selcolor = 7
|
||||
|
||||
<Function>
|
||||
Keyword = "midi","rom","ital","bold","boldital"
|
||||
Keyword = "title","left","center","right","print","nl","paragraph","justified","ragged"
|
||||
Keyword = "ho","tie","slur","up","down","len","slash","alt","bm","ebm","esbm","pad"
|
||||
Keyword = "newscore","newpage"
|
||||
Keyword = "reh","rehearsal","num","let","mnum","ending","endending","hidechanges"
|
||||
Keyword = "line","curve","to","bulge"
|
||||
Keyword = "postscript"
|
||||
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Color = 4
|
||||
Selcolor = 13
|
||||
(Color256)
|
||||
Color = 4
|
||||
Selcolor = 13
|
||||
|
||||
<Identifier>
|
||||
Keyword= "times","avantgarde","courier","helvetica","bookman","newcentury","palatino"
|
||||
(Color2)
|
||||
Attribs = ITALIC
|
||||
(Color16)
|
||||
Color = 13
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 13
|
||||
Selcolor = 5
|
||||
|
||||
<Include>
|
||||
Keyword= "include","fontfile"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 4
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 4
|
||||
|
||||
<Delimiter>
|
||||
Keyword = ";"
|
||||
Keyword= "bar","invisbar","dblbar","endbar","repeatstart","repeatend","repeatboth","restart"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 10
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Color = 10
|
||||
Selcolor = 2
|
||||
|
||||
<Define>
|
||||
Keyword= "ifdef","ifndef","endif","define","if","then","else","@","undef"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 7
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 7
|
||||
|
||||
<MACRO>
|
||||
From = "A"-"Z"
|
||||
While = "A"-"Z","0"-"9","_"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Color = 15
|
||||
Selcolor = 7
|
||||
(Color256)
|
||||
Color = 15
|
||||
Selcolor = 7
|
||||
|
||||
<Comment>
|
||||
From = "//"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
;The following lines from mup.vim
|
||||
;have not been translated to QED syntax.
|
||||
;
|
||||
;syn match Number "[0-9]\.*"
|
||||
;syn match Number "1/[24]"
|
||||
|
||||
;syn match Operator "[-+,=:&()#xn!./*<>]"
|
||||
;syn match Operator "[][{}]"
|
||||
|
||||
;syn match Function "[~^?]"
|
||||
|
||||
;syn match String "\".*\""
|
||||
|
||||
;syn match Identifier "[a-z]"
|
||||
;syn match Type "[\\/]n]" "n[\\/]"
|
||||
|
||||
|
||||
87
tools/qed/syntax/pas.syn
Normal file
87
tools/qed/syntax/pas.syn
Normal file
@@ -0,0 +1,87 @@
|
||||
|
||||
;********************************************************
|
||||
[Pascal source]
|
||||
;********************************************************
|
||||
Txttype = "pas","i"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "(*"
|
||||
To = "*)"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Comment>
|
||||
From = "{"
|
||||
To = "}"
|
||||
|
||||
<String>
|
||||
From = "'"
|
||||
To = "'"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Keywords>
|
||||
Keyword = "and","begin","const","case","downto","div","do","external"
|
||||
Keyword = "exit","else","end","function","forward","for","goto","if","in"
|
||||
Keyword = "label","loop","mod","not","otherwise","or","procedure"
|
||||
Keyword = "program","repeat","set","type","then","to","until","var"
|
||||
Keyword = "while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Variable types>
|
||||
Keyword = "array","alfa","boolean","byte","char","integer","long_integer"
|
||||
Keyword = "of","packed","real","short_integer","string","text"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex constants>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimal constants>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
88
tools/qed/syntax/sic.syn
Normal file
88
tools/qed/syntax/sic.syn
Normal file
@@ -0,0 +1,88 @@
|
||||
|
||||
;********************************************************
|
||||
[Scripter-Script]
|
||||
;********************************************************
|
||||
Txttype = "sic"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "/*"
|
||||
To = "*/"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Comment>
|
||||
From = "//"
|
||||
To = EOL
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Array>
|
||||
Keyword = "[","]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Char>
|
||||
From = "'"
|
||||
To = "'"
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Keywords>
|
||||
Keyword = "auto","break","continue","cdecl","catch","case","default","do"
|
||||
Keyword = "extern","else","enum","function","forever","for","goto","if"
|
||||
Keyword = "local","pascal","proc","return","sizeof","switch","typedef"
|
||||
Keyword = "try","uses","while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex constants>
|
||||
From = "0x","0X"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Decimal constants>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
48
tools/qed/syntax/stg.syn
Normal file
48
tools/qed/syntax/stg.syn
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
;********************************************************
|
||||
[ST-Guide source]
|
||||
;********************************************************
|
||||
Txttype = "stg"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Comment>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Keywords>
|
||||
Keyword = "@autorefoff","@autorefon","@indexoff","@database","@hostname"
|
||||
Keyword = "@keywords","@wordwrap","@default","@endnode","@indexon"
|
||||
Keyword = "@subject","@include","@options","@tabsize","@endtree","@alabel"
|
||||
Keyword = "@extern","@symbol","@limage","@author","@remark","@define"
|
||||
Keyword = "@height","@master","@label","@pnode","@width","@endif","@alias"
|
||||
Keyword = "@noref","@image","@$VER:","@index","@title","@dnode","@help"
|
||||
Keyword = "@next","@node","@prev","@else","@xref","@uses","@line","@rbox"
|
||||
Keyword = "@tree","@font","@toc","@box","@(c)","@if"
|
||||
Keyword = "@os","@charset","@lang","@inputenc"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Format information>
|
||||
From = "@{"
|
||||
To = "}"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
92
tools/qed/syntax/syn.syn
Normal file
92
tools/qed/syntax/syn.syn
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
;********************************************************
|
||||
[qed syntax definition]
|
||||
;********************************************************
|
||||
Txttype = "syn","syn_cfg.qed"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
<Comment>
|
||||
From = ";"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<String>
|
||||
From = "\""
|
||||
To = "\""
|
||||
Quotechar = "\\"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Keywords>
|
||||
Keyword = "attribs","active","bold","casesensitive","color","eol"
|
||||
Keyword = "firstcolumn","false","from","italic","keyword","light","nested"
|
||||
Keyword = "none","quotechar","selcolor","txttype","token","true","to"
|
||||
Keyword = "while"
|
||||
Keyword = "="
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Text definition>
|
||||
From = "["
|
||||
To = "]"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<rule definition>
|
||||
From = "<"
|
||||
To = ">"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 10
|
||||
Selcolor = 10
|
||||
|
||||
<color resolution>
|
||||
From = "(color"
|
||||
To = ")"
|
||||
(Color2)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color16)
|
||||
Attribs = BOLD, ITALIC
|
||||
(Color256)
|
||||
Attribs = BOLD, ITALIC
|
||||
|
||||
<Decimal constants>
|
||||
From = "1"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
388
tools/qed/syntax/udo.syn
Normal file
388
tools/qed/syntax/udo.syn
Normal file
@@ -0,0 +1,388 @@
|
||||
;********************************************************
|
||||
[UDO-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "u","ui","uig"
|
||||
Active = TRUE
|
||||
CaseSensitive = TRUE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "#"
|
||||
To = EOL
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Abfragebefehle>
|
||||
Keyword = "!ifndest","!ifnlang","!ifnos","!ifset"
|
||||
Keyword = "!ifdest","!ifdest","!iflang","!ifnset"
|
||||
Keyword = "!else","!ifos","!endif","!if"
|
||||
(Color16)
|
||||
Color = 3
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 3
|
||||
Selcolor = 3
|
||||
|
||||
<AlteKennwort>
|
||||
; Old Kommaondos
|
||||
Keyword = "!code_dos","!code_hp8","!code_iso","!code_mac","!code_tos"
|
||||
Keyword = "!no_toc_subsubsubnodes", "!no_toc_subsubnodes","!no_toc_subnodes"
|
||||
Keyword = "!stg_no_database", "!html_use_xlist","!use_justified"
|
||||
Keyword = "!programimage","!authorimage","!use_xlist","!program"
|
||||
Keyword = "!country","!version","!author","!street"
|
||||
Keyword = "!=asc","!=man","!=pch","!=rtf","!=stg","!=tex","!=win"
|
||||
Keyword = "!=htag","!=html","!title","!date"
|
||||
Keyword = "!=info","!=ldoc","!email","!ldoc"
|
||||
Keyword = "!=aqv","!aqv","!info"
|
||||
Keyword = "!town","!asc","!pch","!stg"
|
||||
Keyword = "!short"
|
||||
Keyword = "!use_short_envs"
|
||||
; Keyword = "!html","!rtf","!man","!htag"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 2
|
||||
Selcolor = 2
|
||||
|
||||
<Kennwort>
|
||||
; aktuelle Kommandos
|
||||
Keyword = "!begin_sourcecode", "!begin_verbatim","!end_sourcecode"
|
||||
Keyword = "!end_verbatim","!begin_table","!begin_raw"
|
||||
Keyword = "!end_table","!end_raw"
|
||||
Keyword = "!raw"
|
||||
Keyword = "!item [ ]"
|
||||
Keyword = "!code_target", "!code_source"
|
||||
Keyword = "!node", "!n"
|
||||
Keyword = "!subnode", "!sn"
|
||||
Keyword = "!subsubnode", "!ssn"
|
||||
Keyword = "!subsubsubnode", "!sssn"
|
||||
Keyword = "!node*", "!n*"
|
||||
Keyword = "!subnode*", "!sn*"
|
||||
Keyword = "!subsubnode*", "!ssn*"
|
||||
Keyword = "!subsubsubnode*", "!sssn*"
|
||||
Keyword = "!pnode", "!p"
|
||||
Keyword = "!psubnode", "!ps"
|
||||
Keyword = "!psubsubnode", "!pss"
|
||||
Keyword = "!psubsubsubnode", "!psss"
|
||||
Keyword = "!pnode*", "!p*"
|
||||
Keyword = "!psubnode*", "!ps*"
|
||||
Keyword = "!psubsubnode*", "!pss*"
|
||||
Keyword = "!psubsubsubnode*", "!psss*"
|
||||
Keyword = "!begin_node", "!bn"
|
||||
Keyword = "!begin_node*", "!bn*"
|
||||
Keyword = "!begin_pnode", "!bp"
|
||||
Keyword = "!begin_pnode*", "!bp*"
|
||||
Keyword = "!end_node", "!en"
|
||||
Keyword = "!item", "!i"
|
||||
Keyword = "!begin_itemize", "!bi"
|
||||
Keyword = "!end_itemize", "!ei"
|
||||
Keyword = "!begin_enumerate", "!be"
|
||||
Keyword = "!end_enumerate", "!ee"
|
||||
Keyword = "!begin_description", "!bd"
|
||||
Keyword = "!end_description", "!ed"
|
||||
Keyword = "!begin_xlist", "!bxl"
|
||||
Keyword = "!end_xlist", "!exl"
|
||||
Keyword = "!begin_blist", "!bbl"
|
||||
Keyword = "!end_blist", "!ebl"
|
||||
Keyword = "!begin_ilist", "!bil"
|
||||
Keyword = "!end_ilist", "!eil"
|
||||
Keyword = "!begin_tlist", "!btl"
|
||||
Keyword = "!end_tlist", "!etl"
|
||||
Keyword = "!begin_quote", "!bq"
|
||||
Keyword = "!end_quote", "!eq"
|
||||
Keyword = "!begin_center", "!bc"
|
||||
Keyword = "!end_center", "!ec"
|
||||
Keyword = "!begin_flushright", "!bfr"
|
||||
Keyword = "!end_flushright", "!efr"
|
||||
Keyword = "!begin_flushleft", "!bfl"
|
||||
Keyword = "!end_flushleft", "!efl"
|
||||
Keyword = "!begin_ignore"
|
||||
Keyword = "!end_ignore"
|
||||
Keyword = "!label", "!l"
|
||||
Keyword = "!alias", "!a"
|
||||
Keyword = "!index", "!x"
|
||||
Keyword = "!heading", "!h"
|
||||
Keyword = "!subheading", "!sh"
|
||||
Keyword = "!subsubheading", "!ssh"
|
||||
Keyword = "!subsubsubheading", "!sssh"
|
||||
Keyword = "!listheading", "!lh"
|
||||
Keyword = "!listsubheading", "!lsh"
|
||||
Keyword = "!listsubsubheading", "!lssh"
|
||||
Keyword = "!listsubsubsubheading", "!lsssh"
|
||||
Keyword = "!jumpid"
|
||||
Keyword = "!win_helpid"
|
||||
Keyword = "!wh4_helpid"
|
||||
Keyword = "!mapping"
|
||||
Keyword = "!html_name"
|
||||
Keyword = "!html_dirname"
|
||||
Keyword = "!html_keywords"
|
||||
Keyword = "!html_description"
|
||||
Keyword = "!html_backimage"
|
||||
Keyword = "!html_navigation"
|
||||
Keyword = "!html_backcolor"
|
||||
Keyword = "!html_textcolor"
|
||||
Keyword = "!html_linkcolor"
|
||||
Keyword = "!html_alinkcolor"
|
||||
Keyword = "!html_vlinkcolor"
|
||||
Keyword = "!html_verbatim_backcolor"
|
||||
Keyword = "!html_counter_command"
|
||||
Keyword = "!html_javascript"
|
||||
Keyword = "!hh_backimage"
|
||||
Keyword = "!hh_backcolor"
|
||||
Keyword = "!hh_textcolor"
|
||||
Keyword = "!hh_linkcolor"
|
||||
Keyword = "!hh_alinkcolor"
|
||||
Keyword = "!hh_vlinkcolor"
|
||||
Keyword = "!hh_verbatim_backcolor"
|
||||
Keyword = "!chapterimage"
|
||||
Keyword = "!chaptericon"
|
||||
Keyword = "!chaptericon_active"
|
||||
Keyword = "!chaptericon_text"
|
||||
Keyword = "!newpage"
|
||||
Keyword = "!comment"
|
||||
Keyword = "!include"
|
||||
Keyword = "!vinclude"
|
||||
Keyword = "!rinclude"
|
||||
Keyword = "!sinclude"
|
||||
Keyword = "!cinclude"
|
||||
Keyword = "!ldinclude"
|
||||
Keyword = "!pinclude"
|
||||
Keyword = "!input"
|
||||
Keyword = "!image"
|
||||
Keyword = "!image*"
|
||||
Keyword = "!bigskip"
|
||||
Keyword = "!medskip"
|
||||
Keyword = "!smallskip"
|
||||
Keyword = "!tex_dpi"
|
||||
Keyword = "!tex_verb"
|
||||
Keyword = "!maketitle"
|
||||
Keyword = "!tableofcontents"
|
||||
Keyword = "!listoffigures"
|
||||
Keyword = "!listoftables"
|
||||
Keyword = "!toc"
|
||||
Keyword = "!subtoc"
|
||||
Keyword = "!subsubtoc"
|
||||
Keyword = "!subsubsubtoc"
|
||||
Keyword = "!begin_appendix"
|
||||
Keyword = "!end_appendix"
|
||||
Keyword = "!begin_document"
|
||||
Keyword = "!end_document"
|
||||
Keyword = "!sloppy"
|
||||
Keyword = "!fussy"
|
||||
Keyword = "!code"
|
||||
Keyword = "!autoref"
|
||||
Keyword = "!autoref_items"
|
||||
Keyword = "!hline"
|
||||
Keyword = "!table_caption"
|
||||
Keyword = "!table_caption*"
|
||||
Keyword = "!universal_charset"
|
||||
Keyword = "!win_charwidth"
|
||||
Keyword = "!wh4_charwidth"
|
||||
Keyword = "!rtf_charwidth"
|
||||
Keyword = "!rtf_add_colour"
|
||||
Keyword = "!rtf_keep_tables"
|
||||
Keyword = "!html_img_suffix"
|
||||
Keyword = "!html_nodesize"
|
||||
Keyword = "!htag_img_suffix"
|
||||
Keyword = "!tabwidth"
|
||||
Keyword = "!verbatimsize"
|
||||
Keyword = "!linedrawsize"
|
||||
Keyword = "!set"
|
||||
Keyword = "!unset"
|
||||
Keyword = "!drc_bcolor"
|
||||
Keyword = "!drc_icolor"
|
||||
Keyword = "!drc_ucolor"
|
||||
Keyword = "!use_raw_header"
|
||||
Keyword = "!use_raw_footer"
|
||||
Keyword = "!udolink"
|
||||
Keyword = "!toplink"
|
||||
Keyword = "!endnode"
|
||||
Keyword = "!ignore_subtoc"
|
||||
Keyword = "!ignore_subsubtoc"
|
||||
Keyword = "!ignore_subsubsubtoc"
|
||||
Keyword = "!ignore_links"
|
||||
Keyword = "!ignore_index"
|
||||
Keyword = "!ignore_title"
|
||||
Keyword = "!ignore_headline"
|
||||
Keyword = "!ignore_bottomline"
|
||||
Keyword = "!ignore_raw_header"
|
||||
Keyword = "!ignore_raw_footer"
|
||||
Keyword = "!macro"
|
||||
Keyword = "!define"
|
||||
Keyword = "!hyphen"
|
||||
Keyword = "!docinfo"
|
||||
Keyword = "!doclayout"
|
||||
Keyword = "!toc_offset"
|
||||
Keyword = "!subtoc_offset"
|
||||
Keyword = "!subsubtoc_offset"
|
||||
Keyword = "!subsubsubtoc_offset"
|
||||
Keyword = "!table_counter"
|
||||
Keyword = "!table_alignment"
|
||||
Keyword = "!image_counter"
|
||||
Keyword = "!image_alignment"
|
||||
Keyword = "!tex_lindner"
|
||||
Keyword = "!tex_strunk"
|
||||
Keyword = "!tex_emtex"
|
||||
Keyword = "!tex_miktex"
|
||||
Keyword = "!tex_tetex"
|
||||
Keyword = "!tex_2e"
|
||||
Keyword = "!tex_209"
|
||||
Keyword = "!html_name_prefix"
|
||||
Keyword = "!html_no_xlist"
|
||||
Keyword = "!html_backpage"
|
||||
Keyword = "!html_propfont_name"
|
||||
Keyword = "!html_propfont_size"
|
||||
Keyword = "!html_monofont_name"
|
||||
Keyword = "!html_monofont_size"
|
||||
Keyword = "!html_merge_nodes"
|
||||
Keyword = "!html_merge_subnodes"
|
||||
Keyword = "!html_merge_subsubnodes"
|
||||
Keyword = "!html_merge_subsubsubnodes"
|
||||
Keyword = "!html_ignore_8bit"
|
||||
Keyword = "!html_modern_layout"
|
||||
Keyword = "!html_modern_width"
|
||||
Keyword = "!html_modern_alignment"
|
||||
Keyword = "!html_modern_backcolor"
|
||||
Keyword = "!html_modern_backimage"
|
||||
Keyword = "!html_frames_layout"
|
||||
Keyword = "!html_frames_width"
|
||||
Keyword = "!html_frames_alignment"
|
||||
Keyword = "!html_frames_height"
|
||||
Keyword = "!html_frames_position"
|
||||
Keyword = "!html_frames_backcolor"
|
||||
Keyword = "!html_frames_textcolor"
|
||||
Keyword = "!html_frames_linkcolor"
|
||||
Keyword = "!html_frames_alinkcolor"
|
||||
Keyword = "!html_frames_vlinkcolor"
|
||||
Keyword = "!html_frames_backimage"
|
||||
Keyword = "!html_doctype"
|
||||
Keyword = "!html_style_name"
|
||||
Keyword = "!html_script_name"
|
||||
Keyword = "!html_favicon_name"
|
||||
Keyword = "!html_button_alignment"
|
||||
Keyword = "!html_switch_language"
|
||||
Keyword = "!html_use_hyphenation"
|
||||
Keyword = "!html_transparent_buttons"
|
||||
Keyword = "!html_use_folders"
|
||||
Keyword = "!html_header_date"
|
||||
Keyword = "!html_header_links"
|
||||
Keyword = "!rtf_propfont"
|
||||
Keyword = "!rtf_monofont"
|
||||
Keyword = "!rtf_propfont_size"
|
||||
Keyword = "!rtf_monofont_size"
|
||||
Keyword = "!rtf_no_tables"
|
||||
Keyword = "!win_propfont"
|
||||
Keyword = "!win_monofont"
|
||||
Keyword = "!win_propfont_size"
|
||||
Keyword = "!win_monofont_size"
|
||||
Keyword = "!win_backcolor"
|
||||
Keyword = "!win_textcolor"
|
||||
Keyword = "!win_linkcolor"
|
||||
Keyword = "!win_background"
|
||||
Keyword = "!win_inline_bitmaps"
|
||||
Keyword = "!win_high_compression"
|
||||
Keyword = "!win_medium_compression"
|
||||
Keyword = "!win_old_keywords"
|
||||
Keyword = "!wh4_propfont"
|
||||
Keyword = "!wh4_monofont"
|
||||
Keyword = "!wh4_propfont_size"
|
||||
Keyword = "!wh4_monofont_size"
|
||||
Keyword = "!wh4_backcolor"
|
||||
Keyword = "!wh4_textcolor"
|
||||
Keyword = "!wh4_background"
|
||||
Keyword = "!wh4_inline_bitmaps"
|
||||
Keyword = "!wh4_high_compression"
|
||||
Keyword = "!wh4_medium_compression"
|
||||
Keyword = "!wh4_old_keywords"
|
||||
Keyword = "!win_prefix_helpids"
|
||||
Keyword = "!wh4_prefix_helpids"
|
||||
Keyword = "!pdf_high_compression"
|
||||
Keyword = "!pdf_medium_compression"
|
||||
Keyword = "!parwidth"
|
||||
Keyword = "!sort_hyphen_file"
|
||||
Keyword = "!man_lpp"
|
||||
Keyword = "!man_type"
|
||||
Keyword = "!drc_flags"
|
||||
Keyword = "!nroff_type"
|
||||
Keyword = "!language"
|
||||
Keyword = "!break"
|
||||
Keyword = "!error"
|
||||
Keyword = "!nop"
|
||||
Keyword = "!compressed", "!not_compressed"
|
||||
|
||||
Keyword = "!use_auto_subtocs"
|
||||
Keyword = "!use_auto_subsubtocs"
|
||||
Keyword = "!use_auto_subsubsubtocs", "!depth"
|
||||
Keyword = "!use_auto_toptocs", "!no_icons"
|
||||
Keyword = "!use_short_tocs"
|
||||
Keyword = "!use_compressed_envs"
|
||||
Keyword = "!use_compressed_descriptions"
|
||||
Keyword = "!use_compressed_enumerates"
|
||||
Keyword = "!use_compressed_itemizes"
|
||||
Keyword = "!use_compressed_lists"
|
||||
Keyword = "!use_formfeed"
|
||||
Keyword = "!use_chapter_images"
|
||||
Keyword = "!use_about_udo"
|
||||
Keyword = "!use_ansi_tables"
|
||||
Keyword = "!use_style_book"
|
||||
Keyword = "!use_justification"
|
||||
Keyword = "!use_output_buffer"
|
||||
Keyword = "!use_nodes_inside_index"
|
||||
Keyword = "!use_alias_inside_index"
|
||||
Keyword = "!use_label_inside_index"
|
||||
Keyword = "!use_udo_index"
|
||||
Keyword = "!use_mirrored_indices"
|
||||
Keyword = "!use_comments"
|
||||
Keyword = "!use_auto_helpids"
|
||||
Keyword = "!no_index"
|
||||
Keyword = "!no_images"
|
||||
Keyword = "!no_img_size"
|
||||
Keyword = "!no_numbers"
|
||||
Keyword = "!no_umlaute"
|
||||
Keyword = "!no_8bit"
|
||||
Keyword = "!no_xlinks"
|
||||
Keyword = "!no_urls"
|
||||
Keyword = "!no_links"
|
||||
Keyword = "!no_verbatim_umlaute"
|
||||
Keyword = "!no_effects"
|
||||
Keyword = "!no_quotes"
|
||||
Keyword = "!no_preamble"
|
||||
Keyword = "!no_titles"
|
||||
Keyword = "!no_headlines"
|
||||
Keyword = "!no_bottomlines"
|
||||
Keyword = "!no_popup_headlines"
|
||||
Keyword = "!no_footers"
|
||||
Keyword = "!no_buttons"
|
||||
Keyword = "!no_sourcecode"
|
||||
Keyword = "!no_table_lines"
|
||||
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Format-Information>
|
||||
From = "(!"
|
||||
To = ")"
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
BIN
tools/qed/treiber/bj-200.cfg
Normal file
BIN
tools/qed/treiber/bj-200.cfg
Normal file
Binary file not shown.
BIN
tools/qed/treiber/deskjet.cfg
Normal file
BIN
tools/qed/treiber/deskjet.cfg
Normal file
Binary file not shown.
BIN
tools/qed/treiber/epson_lq.cfg
Normal file
BIN
tools/qed/treiber/epson_lq.cfg
Normal file
Binary file not shown.
BIN
tools/qed/treiber/laserjet.cfg
Normal file
BIN
tools/qed/treiber/laserjet.cfg
Normal file
Binary file not shown.
15
tools/qed/treiber/liesmich
Normal file
15
tools/qed/treiber/liesmich
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
Readme zur CFG-Treibern
|
||||
-----------------------
|
||||
|
||||
qed ben<65>tigt zum Ausdrucken <20>ber GEMDOS einen Wordplus-Druckertreiber.
|
||||
Wer z.B. CAT benutzt, kann den dort angemeldeten Treiber auch f<>r qed
|
||||
verwenden.
|
||||
|
||||
In diesem Verzeichnis befindet sich nur eine kleine Auswahl von Treibern.
|
||||
Sollte der richtige Treiber fehlen, sei auf die Mailboxen des MausNet's
|
||||
verwiesen, wo es das Archiv CATPRT03.LZH von Andreas Hoffmann @ K gibt,
|
||||
das Treiber f<>r ca. 70 verschiedene Drucker enth<74>lt.
|
||||
|
||||
Christian Felsch
|
||||
Hamburg, den 15.11.1995
|
||||
BIN
tools/qed/treiber/nec_p6.cfg
Normal file
BIN
tools/qed/treiber/nec_p6.cfg
Normal file
Binary file not shown.
BIN
tools/qed/treiber/slm804.cfg
Normal file
BIN
tools/qed/treiber/slm804.cfg
Normal file
Binary file not shown.
Reference in New Issue
Block a user