• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:set

1826 	* do not belong to the set of the given type. Thus we break
2676 "of the set {%s}.\n");
3761 * set: a schema wildcard namespace
3766 xmlSchemaFreeWildcardNsSet(xmlSchemaWildcardNsPtr set)
3770 while (set != NULL) {
3771 next = set->next;
3772 xmlFree(set);
3773 set = next;
5124 /* TODO: do we need the node to be set?
6154 * Evaluate if a boolean property is set
9378 * Create a qname-reference and set as the term; it will be substituted
10531 * set, which in turn corresponds to a valid schema.
10535 * a well-formed information set, which in turn corresponds
13155 * The type definitions is set to:
13566 * 5.1 If the set S includes both the negated namespace
13580 * 5.2 If the set S includes the negated namespace name
13596 * 5.3 If the set S includes ���absent��� but not the negated
13606 * 5.4 If the set S does not include either the negated namespace
13641 * 6.1 If the set S includes ���absent���, then any must be the
13659 * 6.2 If the set S does not include ���absent���, then a pair of not
13743 * name or ���absent���) and the other is a set of (namespace names or
13744 * ���absent���), then that set, minus the negated value if it was in
13745 * the set, minus ���absent��� if it was in the set, must be the value.
13884 * 3.1 sub must be a set whose members are either namespace names or ���absent���.
13888 * 3.2.1 super must be the same set or a superset thereof.
13915 * ���absent��� and that value must not be in sub's set.
14076 * B's {type definition} given the empty set as
15359 * the empty set, as defined in Type Derivation OK (Simple) (���3.14.6).
15521 * type definition}'s {member type definitions} given the empty set,
15627 * must satisfy the conditions set out in Constraints on Simple Type
15919 * @set: the given set
15933 int set)
15948 if (((set & SUBSET_EXTENSION) && (WXS_IS_EXTENSION(type))) ||
15949 ((set & SUBSET_RESTRICTION) && (WXS_IS_RESTRICTION(type))))
15976 baseType, set));
15984 baseType, set));
16004 int set)
16007 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type, baseType, set));
16009 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type, baseType, set));
16356 * set as defined in Type Derivation OK (Simple) (���3.14.6)."
16646 * satisfy the conditions set out in Constraints on Complex Type
16777 * set, if the corresponding constraints handle "restriction" and
16782 int set = 0;
16784 set |= SUBSET_EXTENSION;
16785 set |= SUBSET_LIST;
16786 set |= SUBSET_UNION;
16788 elemB->subtypes, set) != 0)
17576 * *Enumerations* won' be added here, since only the first set
17590 * TODO: hmm, they should not appear in the set, so remove this.
17630 * to the set.
17988 * the conditions set out in Constraints on Simple Type Definition
18120 * with a set of facet components"
18233 * NOTE that the effective mixed was already set during parsing of
19556 int set = 0;
19559 set |= SUBSET_EXTENSION;
19561 set |= SUBSET_RESTRICTION;
19564 WXS_ELEM_TYPEDEF(head), set) != 0) {
19678 int set, methSet;
19686 set = 0;
19698 set |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION;
19700 set |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION;
19703 * "The set of all {derivation method}s involved in the
19707 * empty set) and the {prohibited substitutions} (respectively the
19708 * empty set) of any intermediate {type definition}s in the
19717 * The set of all {derivation method}s involved in the derivation
19739 ((set & XML_SCHEMAS_TYPE_BLOCK_EXTENSION) == 0))
19740 set |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION;
19743 ((set & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0))
19744 set |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION;
19751 if ((set != 0) &&
19752 (((set & XML_SCHEMAS_TYPE_BLOCK_EXTENSION) &&
19754 ((set & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) &&
20904 * ease circularity checks. Now we need to set the 'term' of
21625 * must be set to 1.
22746 * 3 For each node in the ���target node set��� all
22748 * node, evaluate to either an empty node-set or
22749 * a node-set with exactly one member, which must
22752 * The key was already set; report an error.
22758 "node-set with more than one member",
22876 * then no two members of the ���qualified node set��� have
23005 * 4.2.1 (KEY) The ���target node set��� and the
23006 * ���qualified node set��� are equal, that is, every
23007 * member of the ���target node set��� is also a member
23008 * of the ���qualified node set��� and vice versa.
24189 * Only the first set of enumerations in the ancestor-or-self axis
24211 * Break on the first set of enumerations. Any additional
24213 * of the current type are restricted by this set; thus
24402 * the empty set, as defined in Type Derivation OK (Simple) (���3.14.6), then
24407 * given the empty set, as defined in Type Derivation OK (Simple) (���3.14.6),
24538 * Note that XML_SCHEMAS_TYPE_NORMVALUENEEDED will be set if
24825 int set = 0;
24850 set |= SUBSET_EXTENSION;
24855 set |= SUBSET_RESTRICTION;
24869 elemDecl->subtypes, set) != 0) {
25284 * (5) "Let [Definition:] the wild IDs be the set of
26572 * Pop this element and set the skipDepth to skip
26728 * Note that we simply set @skipDepth to 0, this could
26763 "declaration nor the type was set");
26804 * The declaration might be set by the wildcard validation,
28647 * @options: a future set of options, currently unused