Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for explained (0.05 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      Alice said nothing; she had sat down with her face in her
    hands, wondering if anything would EVER happen in a natural way
    again.
    
      `I should like to have it explained,' said the Mock Turtle.
    
      `She can't explain it,' said the Gryphon hastily.  `Go on with
    the next verse.'
    
      `But about his toes?' the Mock Turtle persisted.  `How COULD
    he turn them out with his nose, you know?'
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

        }
    
        /**
         * Executes an explain request asynchronously.
         *
         * @param request the explain request
         * @return a future for the explain response
         */
        @Override
        public ActionFuture<ExplainResponse> explain(final ExplainRequest request) {
            return client.explain(request);
        }
    
        /**
         * Executes an explain request asynchronously with a callback.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top