Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Costan (0.05 sec)

  1. FessMailDeliveryDepartmentCreator.java

    SMailDeliveryDepartment create() { L59: return new SMailDeliveryDepartment(createPostalParkingLot(), createPostalPersonnel()); L60: } L61: L62: // ----------------------------------------------------- L63: // Postal Parking Lot L64: // ------------------ L65: protected SMailPostalParkingLot createPostalParkingLot() { L66: final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot(); L67: final SMailPostalMotorbike...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7K bytes
  2. FessLabels.java

    key of the message: Home Phone */ L2656: public static final String LABELS_HOME_PHONE = "{labels.homePhone}"; L2657: L2658: /** The key of the message: Home Postal Address */ L2659: public static final String LABELS_user_homePostalAddress = "{labels.user_homePostalAddress}"; L2660: L2661: /** The key of the message: Home Postal Address */ L2662: public static final String LABELS_HOME_POSTAL_ADDRESS = "{labels.homePostalAddress}"; L2663: L2664: /** The key of the message: labeledURI...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Mar 22 11:58:34 UTC 2024
      146.4K bytes
Back to top