HomeSort by relevance Sort by last modified time
    Searched refs:omissions (Results 1 - 3 of 3) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintMapping.java 88 * @param omissions The http-method-omission
90 public void setMethodOmissions(String[] omissions)
92 _methodOmissions = omissions;
ConstraintSecurityHandler.java 537 /** Constraints that name method omissions are dealt with differently.
539 * is only ever combined with other omissions for the same method to produce a
550 String[] omissions = mapping.getMethodOmissions(); local
552 for (String omission:omissions)
582 //which we need in order to do combining of omissions in prepareConstraintInfo
654 //Get info for constraints that name method omissions where target method name is not omitted
  /external/libvorbis/doc/
01-introduction.tex 128 optional omissions are labelled in the spec where relevant.

Completed in 113 milliseconds