doc: Add contains and not_contains operators and elements
This commit is contained in:
parent
9279f71a3a
commit
d3e3f4a46d
|
@ -392,8 +392,8 @@ build the fontconfig database.
|
||||||
<refsect2><title><literal><test qual="any" name="property" target="default" compare="eq"></literal></title><para>
|
<refsect2><title><literal><test qual="any" name="property" target="default" compare="eq"></literal></title><para>
|
||||||
This element contains a single value which is compared with the target
|
This element contains a single value which is compared with the target
|
||||||
('pattern', 'font', 'scan' or 'default') property "property" (substitute any of the property names seen
|
('pattern', 'font', 'scan' or 'default') property "property" (substitute any of the property names seen
|
||||||
above). 'compare' can be one of "eq", "not_eq", "less", "less_eq", "more", or
|
above). 'compare' can be one of "eq", "not_eq", "less", "less_eq", "more", "more_eq", "contains" or
|
||||||
"more_eq". 'qual' may either be the default, "any", in which case the match
|
"not_contains". 'qual' may either be the default, "any", in which case the match
|
||||||
succeeds if any value associated with the property matches the test value, or
|
succeeds if any value associated with the property matches the test value, or
|
||||||
"all", in which case all of the values associated with the property must
|
"all", in which case all of the values associated with the property must
|
||||||
match the test value. When used in a <match target="font"> element,
|
match the test value. When used in a <match target="font"> element,
|
||||||
|
@ -510,7 +510,7 @@ elements. <literal><or></literal> and <literal><and></literal> are
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
<refsect2>
|
<refsect2>
|
||||||
<title><literal><eq></literal>, <literal><not_eq></literal>, <literal><less></literal>, <literal><less_eq></literal>, <literal><more></literal>, <literal><more_eq></literal></title>
|
<title><literal><eq></literal>, <literal><not_eq></literal>, <literal><less></literal>, <literal><less_eq></literal>, <literal><more></literal>, <literal><more_eq></literal>, <literal><contains></literal>, <literal><not_contains</literal></title>
|
||||||
<para>
|
<para>
|
||||||
These elements compare two values, producing a boolean result.
|
These elements compare two values, producing a boolean result.
|
||||||
</para></refsect2>
|
</para></refsect2>
|
||||||
|
|
Loading…
Reference in New Issue