Lines Matching full:property

31 <match key="property" [string|int|bool|..]="value">
38 following property directives in the form:
42 <[merge|append|prepend] key="property" type="[string|int|bool|..]">
49 properties on the device object. Any previously property stemming from device
54 require that the key attribute be either a property name on the device object
55 in question or a path to a property on another device object. The path to a
56 property is expressed either through direct specification of the \fBUDI\fR,
59 specified by the \fBUDI\fR in the string property "\fBinfo.parent\fR" should be
60 used to query the property "\fBbaz\fR". It is also possible to use multiple
64 the "\fBusb.vendor_id\fR" property on the device object representing the
68 When the property to match has been determined, the following attributes can be
76 Match a string property. For example, <match key= "foo.bar" string="baz">
77 matches only if "\fBfoo.bar\fR" is a string property assuming the value
87 Match an integer property
96 Match property with the 64-bit unsigned type
105 Match a boolean property
114 Match a property of type double
124 "true" and "false", respectively to match when a property exists or does not
144 Matches only when a string property represents an absolute path (the path does
154 Matches only when a string property contains \fBASCII\fR characters. This
166 property is less than the given constant using the default ordering.
175 Similar to \fBcompare_lt\fR, but matches when the given property is less than
185 Similar to \fBcompare_lt\fR, but matches when the given property is greater
195 Similar to \fBcompare_lt\fR, but matches when the given property is greater
206 list). For a string key, this matches when the property contains the given
217 Similar to \fBcontains\fR, but the property and the given key are converted to
232 The value is copied to the property. For example, <merge key="foo bar"
233 type="string"> baz</merege> merges the value "baz" into the property "foo.bar".
242 For \fBmerge\fR, the value is copied to the property and the current property
289 Copies the value of a given property; supports paths with direct and indirect
292 property "baz.bat" on the device object with the \fBUDI\fR from the property
293 "info.parent" into the property "foo.bar" on the device object being processed.
300 string list. For example, to remove item "bla" from property "foo.bar", use the