Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 105 of 105 for getTitle (0.07 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                if (values.length != 2) {
                    return;
                }
                final FacetQueryView facetQueryView = new FacetQueryView();
                facetQueryView.setTitle(values[0]);
                split(values[1], "\t").of(subStream -> subStream.map(String::trim).filter(StringUtil::isNotEmpty).forEach(v -> {
                    final String[] facet = StringUtils.split(v, "=", 2);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/io/MoreFiles.java

        if (!(exception instanceof NoSuchFileException)) {
          return null;
        }
        NoSuchFileException noSuchFileException = (NoSuchFileException) exception;
        String exceptionFile = noSuchFileException.getFile();
        if (exceptionFile == null) {
          /*
           * It's not clear whether this happens in practice, especially with the filesystem
           * implementations that are built into java.nio.
           */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 35K bytes
    - Viewed (0)
  3. guava/src/com/google/common/io/MoreFiles.java

        if (!(exception instanceof NoSuchFileException)) {
          return null;
        }
        NoSuchFileException noSuchFileException = (NoSuchFileException) exception;
        String exceptionFile = noSuchFileException.getFile();
        if (exceptionFile == null) {
          /*
           * It's not clear whether this happens in practice, especially with the filesystem
           * implementations that are built into java.nio.
           */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                rawModel = readFileModel(request, problems);
    
                if (!MODEL_VERSION_4_0_0.equals(rawModel.getModelVersion())) {
                    File pomFile = ((FileModelSource) modelSource).getFile();
    
                    try {
                        if (request.getTransformerContextBuilder() != null) {
                            TransformerContext context =
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 83.6K bytes
    - Viewed (0)
  5. test-site/activator-launch-1.3.2.jar

    getName(); public final org.apache.ivy.plugins.repository.Resource clone(String); public final long getLastModified(); public final long getContentLength(); public final boolean exists(); public final String toString(); public final java.io.File getFile(); public final boolean isLocal(); public final java.io.InputStream openStream(); } org/apache/ivy/plugins/repository/file/FileRepository.class package org.apache.ivy.plugins.repository.file; public final synchronized class FileRepository extends...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top