Lines Matching refs:facet
83 if (strncmp(as, "facet.", 6) != 0)
86 PyObject *facet = PyDict_GetItem(facets, attr);
87 if (facet != NULL) {
88 facet_ret = facet;
113 * If wildcard facet value cannot be
123 * If facet is unknown to the system and no facet
125 * not a debug or optional facet. The trailing '.' is
128 if (strncmp(as, "facet.debug.", 12) == 0 ||
129 strncmp(as, "facet.optional.", 15) == 0) {
141 * If facet == 'all' and is False, then no more
151 * If facet != 'all' and is True, then we've met
157 * If facet != 'all' and is False, and no other
168 * one other facet that is != 'all' is True.