Home | History | Annotate | Download | only in jar

Lines Matching defs:FALSE

62  *    p.put(Packer.KEEP_FILE_ORDER, Packer.FALSE);
67 * p.put(Packer.DEFLATE_HINT, Packer.FALSE);
265 * If it is set to {@link #FALSE}, the packer may reorder elements,
293 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
509 /** The string "false", a possible value for certain properties.
513 String FALSE = "false";
652 /** The string "false", a possible value for certain properties.
655 String FALSE = "false";
660 * replacing them by the given value, {@link #TRUE} or {@link #FALSE}.