Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 67 for Pound (0.03 sec)

  1. font-awesome.min.css

    f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottl...
    github.com/codelibs/fess/src/main/webapp/css/fo...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  2. font-awesome.min.css

    f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottl...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  3. popper.min.js.map

    nce.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n const refRect = data.offsets.reference;\n const bound = find(\n data.instance.modifiers,\n modifier => modifier.name === 'preventOverflow'\n ).boundaries;\n\n if (\n refRect.bottom < bound.top ||\n refRect.left > bound.right ||\n refRect.top > bound.bottom ||\n refRect.right < bound.left\n ) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  4. FessConfig.java

    default <br> L1875: * comment: Search Engine L1876: * @return The value of found property. (NotNull: if not found, exception but basically no way) L1877: */ L1878: String getSearchEngineType(); L1879: L1880: /** L1881: * Get the value for the key 'search_engine.http.url'. <br> L1882: * The value is, e.g. http://localhost:9201 <br> L1883: * @return The value of found property. (NotNull: if not found, exception but basically no way) L1884: */ L1885: String getSearchEngineHttpUrl();...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  5. FessEnv.java

    the property. (NotNull) L56: * @return The value of found property. (NotNull: if not found, exception) L57: * @throws ConfigPropertyNotFoundException When the property is not found. L58: */ L59: String get(String propertyKey); L60: L61: /** L62: * Is the property true? L63: * @param propertyKey The key of the property which is boolean type. (NotNull) L64: * @return The determination, true or false. (if not found, exception) L65: * @throws ConfigPropertyNotFoundException...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
  6. FessListedClassificationProvider.java

    provide(final String classificationName) throws ProvidedClassificationNotFoundException { L33: final ClassificationMeta onMainSchema = findOnMainSchema(classificationName); L34: if (onMainSchema == null) { L35: final String msg = "Not found the classification: " + classificationName; L36: throw new ProvidedClassificationNotFoundException(msg); L37: } L38: return onMainSchema; L39: } L40: L41: protected ClassificationMeta findOnMainSchema(final String classificationName)...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.5K bytes
  7. BaseThumbnailGenerator.java

    logger.debug("generator path: {}", s); L134: } L135: return s; L136: }).allMatch(s -> { L137: final boolean found = new File(s).isFile(); L138: if (found && logger.isDebugEnabled()) { L139: logger.debug("{} is found.", s); L140: } L141: return found; L142: }); L143: } else { L144: available = true; L145: } L146: return available; L147: } L148: L149:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      11.1K bytes
  8. service.bat

    L9:for %%I in ("%SCRIPT_DIR%..") do set FESS_HOME=%%~dpfI L10: L11:rem Detect JVM version to figure out appropriate executable to use L12:if not exist "%JAVA_HOME%\bin\java.exe" ( L13:echo JAVA_HOME points to an invalid Java installation (no java.exe found in "%JAVA_HOME%"^). Exiting... L14:goto:eof L15:) L16: L17:"%JAVA_HOME%\bin\java" -Xmx50M -version > nul 2>&1 L18: L19:if errorlevel 1 ( L20: echo Warning: Could not start JVM to detect version, defaulting to x86: L21: goto x86 L22:) L23: L24:"%JAVA_HOME%\bin\java"...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
  9. littleAdjustmentMap.dfprop

    - - - - - - - - - - - - - - - - - - - - - - - - - L62: # o classificationUndefinedHandlingType: (NotRequired - Default LOGGING) L63: # The handling type when undefined classification is found. L64: # L65: # EXCEPTION - throws exception when found L66: # LOGGING - logging only when found (exception if ReplaceSchema) L67: # ALLOWED - no action L68: # L69: #; classificationUndefinedHandlingType = LOGGING L70: # - - - - - - - - - -/ L71: L72: # /- - - - - - - -...
    github.com/codelibs/fess/dbflute_fess/dfprop/li...
    Sat Jul 25 06:04:16 UTC 2015
      8.8K bytes
  10. OsddHelper.java

    L61: return null; L62: } L63: if (StringUtil.isBlank(osddPath)) { L64: logger.info("OSDD file is not found."); L65: return null; L66: } L67: final String path = LaServletContextUtil.getServletContext().getRealPath(osddPath); L68: if (path == null) { L69: logger.warn("{} was not found.", path); L70: return null; L71: } L72: final File osddFile = new File(path); L73: if (!osddFile.isFile())...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.7K bytes
Back to top