Search Options

Results per page
Sort
Preferred Languages
Advance

Results 321 - 330 of 738 for failed (0.07 sec)

  1. ProtocolHelperTest.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/test/java/org/code...
    Tue Jun 18 00:44:11 UTC 2024
      4.5K bytes
  2. bootstrap.min.js.map

    arguments) // eslint-disable-line prefer-rest-params\n }\n return undefined // eslint-disable-line no-undefined\n }\n }\n}\n\nfunction transitionEndEmulator(duration) {\n let called = false\n\n $(this).one(Util.TRANSITION_END, () => {\n called = true\n })\n\n setTimeout(() => {\n if (!called) {\n Util.triggerTransitionEnd(this)\n }\n }, duration)\n\n return this\n}\n\nfunction setTransitionEndSupport() {\n $.fn.emulateTransitionEnd = transitionEndEmulator\n $.eve...
    github.com/codelibs/fess/src/main/webapp/js/boo...
    Sat Jan 11 06:54:28 UTC 2020
      189.9K bytes
  3. KuromojiService.java

    getKuromojiFile(dictId).ifPresent(file -> { L65: if (kuromojiItem.getId() == 0) { L66: file.insert(kuromojiItem); L67: } else { L68: file.update(kuromojiItem); L69: } L70: }); L71: } L72: L73: public void delete(final String dictId, final KuromojiItem kuromojiItem) { L74: getKuromojiFile(dictId).ifPresent(file -> { L75: file.delete(kuromojiItem); L76: }); L77: } L78:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3K bytes
  4. log4j2.xml

    <Property name="log.pattern" value="%d [%t] %-5p %msg%n" /> L9: <Property name="log.file.basedir" value="${sys:fess.log.path:-target/logs}" /> L10: <Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> L11: <Property name="backup.max.history" value="10" /> L12: <Property name="stats.log.pattern" value="%msg%n" /> L13: </Properties> L14: L15: <Appenders> L16: <RollingFile name="AppRollingFile" fileName="${log.file.basedir}/${domain.name}.log" L17: filePattern="${log.file.basedir}/${domain....
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Mon Feb 20 13:05:30 UTC 2023
      2.4K bytes
  5. style.css

    L38:} L39: L40:.form-control { L41: border-radius: 0px; L42:} L43: L44:legend{ L45: display: none; L46:} L47: L48:/* header */ L49: L50:#searchOptions { L51: position: fixed; L52: z-index: 10; L53:} L54: L55:#searchOptions .container { L56: width: 500px; L57: max-width: 100%; L58: height: 100%; L59: overflow: auto; L60: position: fixed; L61: top: 0; L62: bottom: 0; L63: right: -500px; L64: padding-top: 72px; L65: padding-bottom: 20px; L66: color: #fff; L67: background-color: rgba(60, 60, 60, 0.93);...
    github.com/codelibs/fess/src/main/webapp/css/st...
    Thu Jun 02 11:39:35 UTC 2022
      2K bytes
  6. bootstrap.min.js.map

    event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n }\n\n return undefined\n }\n }\n}\n\nfunction transitionEndEmulator(duration) {\n let called = false\n\n $(this).one(Util.TRANSITION_END, () => {\n called = true\n })\n\n setTimeout(() => {\n if (!called) {\n Util.triggerTransitionEnd(this)\n }\n }, duration)\n\n return this\n}\n\nfunction setTransitionEndSupport() {\n $.fn.emulateTransitionEnd = transitionEndEmulator\n $.eve...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
  7. FessBoot.java

    .useTldDetect(); // for JSP L90: final String varPath = System.getProperty(FESS_VAR_PATH); L91: if (varPath != null) { L92: tomcatBoot.atBaseDir(new File(varPath, "webapp").getAbsolutePath()); L93: } else if (tempPath != null) { L94: tomcatBoot.atBaseDir(new File(tempPath, "webapp").getAbsolutePath()); L95: } L96: final String tomcatConfigPath = getTomcatConfigPath(); L97: if (tomcatConfigPath != null) { L98: to...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      8K bytes
  8. FessActionDefTest.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.3K bytes
  9. additionalForeignKeyMap.dfprop

    ------------ L2:# additionalForeignKeyMap: (NotRequired - Default map:{}) L3:# L4:# If foreign key does not exist in your database, L5:# you can set up here as virtual foreign key for DBFlute. L6:# L7:# And it's one-to-one relation if you add one fixed condition to referrer table, L8:# you can set virtual foreign key with fixedCondition and fixedSuffix. L9:# And you can use it to view objects too. L10:# L11:# If local column name is same as foreign column name, L12:# you can omit the setting of...
    github.com/codelibs/fess/dbflute_fess/dfprop/ad...
    Sat Jul 04 22:46:31 UTC 2015
      1.7K bytes
  10. BsUser.java

    null) { L299: addFieldToSource(sourceMap, "x121Address", x121Address); L300: } L301: return sourceMap; L302: } L303: L304: protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { L305: sourceMap.put(field, value); L306: } L307: L308: // =================================================================================== L309: // Basic Override L310:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      22.8K bytes
Back to top