Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for Jasmin (0.03 sec)

  1. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.synonym; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.2K bytes
  2. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.mapping; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.2K bytes
  3. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.relatedquery; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.5K bytes
  4. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.reqheader; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.6K bytes
  5. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.webauth; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.9K bytes
  6. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.fileauth; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.9K bytes
  7. CreateForm.java

    ProtocolType.FILE) L52: @CustomSize(maxKey = "form.admin.max.input.size") L53: public String paths; L54: L55: @CustomSize(maxKey = "form.admin.max.input.size") L56: public String includedPaths; L57: L58: @CustomSize(maxKey = "form.admin.max.input.size") L59: public String excludedPaths; L60: L61: @CustomSize(maxKey = "form.admin.max.input.size") L62: public String includedDocPaths; L63: L64: @CustomSize(maxKey = "form.admin.max.input.size") L65: public String excludedDocPaths;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.9K bytes
  8. CreateForm.java

    @Required L44: @Size(max = 100) L45: @Pattern(regexp = "^[a-zA-Z0-9_]+$") L46: public String value; L47: L48: @CustomSize(maxKey = "form.admin.max.input.size") L49: public String includedPaths; L50: L51: @CustomSize(maxKey = "form.admin.max.input.size") L52: public String excludedPaths; L53: L54: @CustomSize(maxKey = "form.admin.max.input.size") L55: public String permissions; L56: L57: @Size(max = 1000) L58: public String virtualHost; L59: L60: @Min(value = 0) L61:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.2K bytes
  9. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.elevateword; L17: L18:import org.codelibs.fess.util.ComponentUtil; L19:import org.codelibs.fess.validation.CustomSize; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.7K bytes
  10. CreateForm.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.accesstoken; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.codelibs.fess.validation.CustomSize; L21:import org.lastaflute.web.validation.Required; L22:import org.lastaflute.web....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.8K bytes
Back to top