Lines Matching refs:query
63 A I<property query clause> is a single conditional test.
71 A I<property query> is a sequence of comma separated property query clauses.
72 It is an error if a property name appears in more than one query clause.
93 B<-> is a prefix operator that means any global query clause involving the
110 When an algorithm is looked up, a property query is used to determine
112 All mandatory query clauses B<must> be present and the implementation
113 that additionally has the largest number of matching optional query
127 Two levels of property query are supported.
128 A context based property query that applies to all fetch operations and a local
129 property query.
133 It is possible for a local property query to remove a clause in the context
134 property query by preceding the property name with a '-'.
135 For example, a context property query that contains "fips=yes" would normally
139 operations being performed, the local property query can include the
141 Note that the local property query could not use "fips=no" because that would