From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/data/dtep/xslt/Makefile.am | 2 + quanta/data/dtep/xslt/apply-imports.tag | 6 ++ quanta/data/dtep/xslt/attribute-set.tag | 24 +++++ quanta/data/dtep/xslt/attribute.tag | 24 +++++ quanta/data/dtep/xslt/call-template.tag | 15 +++ quanta/data/dtep/xslt/choose.tag | 5 + quanta/data/dtep/xslt/comment.tag | 6 ++ quanta/data/dtep/xslt/copy-of.tag | 15 +++ quanta/data/dtep/xslt/decimal-format.tag | 105 +++++++++++++++++++++ quanta/data/dtep/xslt/description.rc | 15 +++ quanta/data/dtep/xslt/element.tag | 33 +++++++ quanta/data/dtep/xslt/fallback.tag | 6 ++ quanta/data/dtep/xslt/for-each.tag | 15 +++ quanta/data/dtep/xslt/if.tag | 15 +++ quanta/data/dtep/xslt/import.tag | 15 +++ quanta/data/dtep/xslt/key.tag | 33 +++++++ quanta/data/dtep/xslt/message.tag | 19 ++++ quanta/data/dtep/xslt/namespace-alias.tag | 24 +++++ quanta/data/dtep/xslt/number.tag | 95 +++++++++++++++++++ quanta/data/dtep/xslt/otherwise.tag | 6 ++ quanta/data/dtep/xslt/output.tag | 113 +++++++++++++++++++++++ quanta/data/dtep/xslt/param.tag | 23 +++++ quanta/data/dtep/xslt/preserve-space.tag | 15 +++ quanta/data/dtep/xslt/processing-instruction.tag | 15 +++ quanta/data/dtep/xslt/sort.tag | 64 +++++++++++++ quanta/data/dtep/xslt/strip-space.tag | 15 +++ quanta/data/dtep/xslt/stylesheet.tag | 42 +++++++++ quanta/data/dtep/xslt/template.tag | 42 +++++++++ quanta/data/dtep/xslt/text.tag | 19 ++++ quanta/data/dtep/xslt/transform.tag | 43 +++++++++ quanta/data/dtep/xslt/value-of.tag | 28 ++++++ quanta/data/dtep/xslt/variable.tag | 24 +++++ quanta/data/dtep/xslt/when.tag | 15 +++ quanta/data/dtep/xslt/with-param.tag | 24 +++++ 34 files changed, 960 insertions(+) create mode 100644 quanta/data/dtep/xslt/Makefile.am create mode 100644 quanta/data/dtep/xslt/apply-imports.tag create mode 100644 quanta/data/dtep/xslt/attribute-set.tag create mode 100644 quanta/data/dtep/xslt/attribute.tag create mode 100644 quanta/data/dtep/xslt/call-template.tag create mode 100644 quanta/data/dtep/xslt/choose.tag create mode 100644 quanta/data/dtep/xslt/comment.tag create mode 100644 quanta/data/dtep/xslt/copy-of.tag create mode 100644 quanta/data/dtep/xslt/decimal-format.tag create mode 100644 quanta/data/dtep/xslt/description.rc create mode 100644 quanta/data/dtep/xslt/element.tag create mode 100644 quanta/data/dtep/xslt/fallback.tag create mode 100644 quanta/data/dtep/xslt/for-each.tag create mode 100644 quanta/data/dtep/xslt/if.tag create mode 100644 quanta/data/dtep/xslt/import.tag create mode 100644 quanta/data/dtep/xslt/key.tag create mode 100644 quanta/data/dtep/xslt/message.tag create mode 100644 quanta/data/dtep/xslt/namespace-alias.tag create mode 100644 quanta/data/dtep/xslt/number.tag create mode 100644 quanta/data/dtep/xslt/otherwise.tag create mode 100644 quanta/data/dtep/xslt/output.tag create mode 100644 quanta/data/dtep/xslt/param.tag create mode 100644 quanta/data/dtep/xslt/preserve-space.tag create mode 100644 quanta/data/dtep/xslt/processing-instruction.tag create mode 100644 quanta/data/dtep/xslt/sort.tag create mode 100644 quanta/data/dtep/xslt/strip-space.tag create mode 100644 quanta/data/dtep/xslt/stylesheet.tag create mode 100644 quanta/data/dtep/xslt/template.tag create mode 100644 quanta/data/dtep/xslt/text.tag create mode 100644 quanta/data/dtep/xslt/transform.tag create mode 100644 quanta/data/dtep/xslt/value-of.tag create mode 100644 quanta/data/dtep/xslt/variable.tag create mode 100644 quanta/data/dtep/xslt/when.tag create mode 100644 quanta/data/dtep/xslt/with-param.tag (limited to 'quanta/data/dtep/xslt') diff --git a/quanta/data/dtep/xslt/Makefile.am b/quanta/data/dtep/xslt/Makefile.am new file mode 100644 index 00000000..909d85d7 --- /dev/null +++ b/quanta/data/dtep/xslt/Makefile.am @@ -0,0 +1,2 @@ +quanta_DATA = apply-imports.tag attribute-set.tag attribute.tag call-template.tag choose.tag comment.tag copy-of.tag decimal-format.tag description.rc element.tag fallback.tag for-each.tag if.tag import.tag key.tag message.tag namespace-alias.tag number.tag otherwise.tag output.tag param.tag preserve-space.tag processing-instruction.tag sort.tag strip-space.tag stylesheet.tag template.tag text.tag transform.tag value-of.tag variable.tag when.tag with-param.tag +quantadir = ${quanta_datadir}/dtep/xslt diff --git a/quanta/data/dtep/xslt/apply-imports.tag b/quanta/data/dtep/xslt/apply-imports.tag new file mode 100644 index 00000000..4a92fc3a --- /dev/null +++ b/quanta/data/dtep/xslt/apply-imports.tag @@ -0,0 +1,6 @@ + + + + + + diff --git a/quanta/data/dtep/xslt/attribute-set.tag b/quanta/data/dtep/xslt/attribute-set.tag new file mode 100644 index 00000000..834ea958 --- /dev/null +++ b/quanta/data/dtep/xslt/attribute-set.tag @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/attribute.tag b/quanta/data/dtep/xslt/attribute.tag new file mode 100644 index 00000000..c464f6c3 --- /dev/null +++ b/quanta/data/dtep/xslt/attribute.tag @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/call-template.tag b/quanta/data/dtep/xslt/call-template.tag new file mode 100644 index 00000000..e03f7e19 --- /dev/null +++ b/quanta/data/dtep/xslt/call-template.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/choose.tag b/quanta/data/dtep/xslt/choose.tag new file mode 100644 index 00000000..162556d4 --- /dev/null +++ b/quanta/data/dtep/xslt/choose.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/dtep/xslt/comment.tag b/quanta/data/dtep/xslt/comment.tag new file mode 100644 index 00000000..e7265406 --- /dev/null +++ b/quanta/data/dtep/xslt/comment.tag @@ -0,0 +1,6 @@ + + + + + + diff --git a/quanta/data/dtep/xslt/copy-of.tag b/quanta/data/dtep/xslt/copy-of.tag new file mode 100644 index 00000000..5e14e0fd --- /dev/null +++ b/quanta/data/dtep/xslt/copy-of.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/decimal-format.tag b/quanta/data/dtep/xslt/decimal-format.tag new file mode 100644 index 00000000..aec33aba --- /dev/null +++ b/quanta/data/dtep/xslt/decimal-format.tag @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/description.rc b/quanta/data/dtep/xslt/description.rc new file mode 100644 index 00000000..e2c7324d --- /dev/null +++ b/quanta/data/dtep/xslt/description.rc @@ -0,0 +1,15 @@ +[General] +Name = XSLT +NickName = XSLT 1.0 +MimeTypes = text/x-xslt +DefaultExtension = xslt +NumOfPages = 0 +CaseSensitive = true + +[Toolbars] +Location = xsl +Names = fonts + +[Extra rules] + +[Parsing rules] diff --git a/quanta/data/dtep/xslt/element.tag b/quanta/data/dtep/xslt/element.tag new file mode 100644 index 00000000..e46279df --- /dev/null +++ b/quanta/data/dtep/xslt/element.tag @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/fallback.tag b/quanta/data/dtep/xslt/fallback.tag new file mode 100644 index 00000000..a0abb786 --- /dev/null +++ b/quanta/data/dtep/xslt/fallback.tag @@ -0,0 +1,6 @@ + + + + + + diff --git a/quanta/data/dtep/xslt/for-each.tag b/quanta/data/dtep/xslt/for-each.tag new file mode 100644 index 00000000..dd28bcf6 --- /dev/null +++ b/quanta/data/dtep/xslt/for-each.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/if.tag b/quanta/data/dtep/xslt/if.tag new file mode 100644 index 00000000..d4552ba0 --- /dev/null +++ b/quanta/data/dtep/xslt/if.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/import.tag b/quanta/data/dtep/xslt/import.tag new file mode 100644 index 00000000..6414c90c --- /dev/null +++ b/quanta/data/dtep/xslt/import.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/key.tag b/quanta/data/dtep/xslt/key.tag new file mode 100644 index 00000000..adf9d9ca --- /dev/null +++ b/quanta/data/dtep/xslt/key.tag @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/message.tag b/quanta/data/dtep/xslt/message.tag new file mode 100644 index 00000000..f94d61ff --- /dev/null +++ b/quanta/data/dtep/xslt/message.tag @@ -0,0 +1,19 @@ + + + + + + + + + yes + no + + + + + + diff --git a/quanta/data/dtep/xslt/namespace-alias.tag b/quanta/data/dtep/xslt/namespace-alias.tag new file mode 100644 index 00000000..cb21b124 --- /dev/null +++ b/quanta/data/dtep/xslt/namespace-alias.tag @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/number.tag b/quanta/data/dtep/xslt/number.tag new file mode 100644 index 00000000..38618a20 --- /dev/null +++ b/quanta/data/dtep/xslt/number.tag @@ -0,0 +1,95 @@ + + + + + + + + + single + multiple + any + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + alphabetic + traditional + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/otherwise.tag b/quanta/data/dtep/xslt/otherwise.tag new file mode 100644 index 00000000..ddf48c17 --- /dev/null +++ b/quanta/data/dtep/xslt/otherwise.tag @@ -0,0 +1,6 @@ + + + + + + diff --git a/quanta/data/dtep/xslt/output.tag b/quanta/data/dtep/xslt/output.tag new file mode 100644 index 00000000..d06d156d --- /dev/null +++ b/quanta/data/dtep/xslt/output.tag @@ -0,0 +1,113 @@ + + + + + + + + + xml + html + text + + + + + + + + + + + + + + + + + + + + + yes + no + + + + + + + + + yes + no + + + + + + + + + + + + + + + + + + + + + + + + + + + yes + no + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/param.tag b/quanta/data/dtep/xslt/param.tag new file mode 100644 index 00000000..4a8626ff --- /dev/null +++ b/quanta/data/dtep/xslt/param.tag @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/preserve-space.tag b/quanta/data/dtep/xslt/preserve-space.tag new file mode 100644 index 00000000..1c906408 --- /dev/null +++ b/quanta/data/dtep/xslt/preserve-space.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/processing-instruction.tag b/quanta/data/dtep/xslt/processing-instruction.tag new file mode 100644 index 00000000..78e361d4 --- /dev/null +++ b/quanta/data/dtep/xslt/processing-instruction.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/sort.tag b/quanta/data/dtep/xslt/sort.tag new file mode 100644 index 00000000..999609ec --- /dev/null +++ b/quanta/data/dtep/xslt/sort.tag @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + text + number + + + + + + + + + ascending + descending + + + + + + + + + + upper-first + lower-first + + + + + + diff --git a/quanta/data/dtep/xslt/strip-space.tag b/quanta/data/dtep/xslt/strip-space.tag new file mode 100644 index 00000000..76b6105f --- /dev/null +++ b/quanta/data/dtep/xslt/strip-space.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/stylesheet.tag b/quanta/data/dtep/xslt/stylesheet.tag new file mode 100644 index 00000000..f98f5804 --- /dev/null +++ b/quanta/data/dtep/xslt/stylesheet.tag @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/template.tag b/quanta/data/dtep/xslt/template.tag new file mode 100644 index 00000000..87884712 --- /dev/null +++ b/quanta/data/dtep/xslt/template.tag @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/text.tag b/quanta/data/dtep/xslt/text.tag new file mode 100644 index 00000000..1b4ef2cd --- /dev/null +++ b/quanta/data/dtep/xslt/text.tag @@ -0,0 +1,19 @@ + + + + + + + + + yes + no + + + + + + diff --git a/quanta/data/dtep/xslt/transform.tag b/quanta/data/dtep/xslt/transform.tag new file mode 100644 index 00000000..dfec5977 --- /dev/null +++ b/quanta/data/dtep/xslt/transform.tag @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/value-of.tag b/quanta/data/dtep/xslt/value-of.tag new file mode 100644 index 00000000..436caa0e --- /dev/null +++ b/quanta/data/dtep/xslt/value-of.tag @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + yes + no + + + + + + diff --git a/quanta/data/dtep/xslt/variable.tag b/quanta/data/dtep/xslt/variable.tag new file mode 100644 index 00000000..d367a7e7 --- /dev/null +++ b/quanta/data/dtep/xslt/variable.tag @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/when.tag b/quanta/data/dtep/xslt/when.tag new file mode 100644 index 00000000..38df30ff --- /dev/null +++ b/quanta/data/dtep/xslt/when.tag @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/quanta/data/dtep/xslt/with-param.tag b/quanta/data/dtep/xslt/with-param.tag new file mode 100644 index 00000000..163efc83 --- /dev/null +++ b/quanta/data/dtep/xslt/with-param.tag @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.1