mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<myRes xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules version="2.0">
|
||||
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content"/>
|
||||
</its:rules>
|
||||
</head>
|
||||
<body>
|
||||
<content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
|
||||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
|
||||
diam voluptua.</content>
|
||||
</body>
|
||||
</myRes>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<res xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules version="2.0">
|
||||
<its:allowedCharactersRule selector="//record" allowedCharactersPointer="@set"/>
|
||||
</its:rules>
|
||||
</head>
|
||||
<record id="a1" set="[ !–~]">FULL WIDTH ONLY</record>
|
||||
</res>
|
||||
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<myRes xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters3xmlrules.xml"/>
|
||||
</head>
|
||||
<body>
|
||||
<content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
|
||||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
|
||||
diam voluptua.</content>
|
||||
</body>
|
||||
</myRes>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
|
||||
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content"/>
|
||||
</its:rules>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<res xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters4xmlrules.xml"/>
|
||||
</head>
|
||||
<record id="a1" set="[ !–~]">FULL WIDTH ONLY</record>
|
||||
</res>
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
|
||||
<its:allowedCharactersRule selector="//record" allowedCharactersPointer="@set"/>
|
||||
</its:rules>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<messages xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
|
||||
<msg num="123">Click the <panelmsg its:allowedCharacters="[ -þ]"
|
||||
>CONTINUE</panelmsg> Button on the printer panel</msg>
|
||||
</messages>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<messages xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
|
||||
<msg num="123">Click the <its:span allowedCharacters="[ -þ]">CONTINUE</its:span> Button on the printer panel</msg>
|
||||
</messages>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<myRes xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters7xmlrules.xml"/>
|
||||
</head>
|
||||
<body>
|
||||
<content id="allowedchar">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
|
||||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
|
||||
diam voluptua.</content>
|
||||
</body>
|
||||
</myRes>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
|
||||
<its:param name="allowedcharParam">allowedchar</its:param>
|
||||
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
|
||||
</its:rules>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<myRes xmlns:its="http://www.w3.org/2005/11/its">
|
||||
<head>
|
||||
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
|
||||
<its:param name="allowedcharParam">allowedchar</its:param>
|
||||
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
|
||||
</its:rules>
|
||||
</head>
|
||||
<body>
|
||||
<content id="allowedchar">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
|
||||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
|
||||
diam voluptua.</content>
|
||||
</body>
|
||||
</myRes>
|
||||
Loading…
Add table
Add a link
Reference in a new issue