Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 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.searchlist; L17: L18:import java.util.Map; L19: L20:import org.codelibs.fess.app.web.CrudMode; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:/** L24: * @author shinsuke L25: */ L26:public class CreateForm {...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1K 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.boostdoc; 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.7K 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.relatedcontent; 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.7K bytes
  4. CreateForm.java

    ProtocolType.WEB) L54: @CustomSize(maxKey = "form.admin.max.input.size") L55: public String urls; L56: L57: @CustomSize(maxKey = "form.admin.max.input.size") L58: public String includedUrls; L59: L60: @CustomSize(maxKey = "form.admin.max.input.size") L61: public String excludedUrls; L62: L63: @CustomSize(maxKey = "form.admin.max.input.size") L64: public String includedDocUrls; L65: L66: @CustomSize(maxKey = "form.admin.max.input.size") L67: public String excludedDocUrls;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K 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.dict.protwords; 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.1K 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.role; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs.fess.app.web.CrudMode; L22:import org.lastaflute.web.validation.Required; L23: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.2K bytes
  7. 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.badword; L17: L18:import org.codelibs.fess.util.ComponentUtil; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Pattern;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.4K bytes
  8. 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.user; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs.fess.app.web.CrudMode; L22:import org.lastaflute.web.validation.Required; L23: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.4K bytes
  9. CreateForm.java

    public String name; L40: L41: @Size(max = 1000) L42: public String description; L43: L44: @Required L45: @CustomSize(maxKey = "form.admin.max.input.size") L46: public String handlerName; L47: L48: @CustomSize(maxKey = "form.admin.max.input.size") L49: public String handlerParameter; L50: L51: @CustomSize(maxKey = "form.admin.max.input.size") L52: public String handlerScript; L53: L54: @Required L55: @ValidateTypeFailure L56: public Float boost; L57: L58: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.4K 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.keymatch; 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.val...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.9K bytes
Back to top