Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for offerer (0.18 sec)

  1. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setReferer_SpanTerm(String referer) {
            setReferer_SpanTerm("referer", null);
        }
    
        public void setReferer_SpanTerm(String referer, ConditionOptionCall<SpanTermQueryBuilder> opLambda) {
            SpanTermQueryBuilder builder = regSpanTermQ("referer", referer);
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 145.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java

        public void setReferer_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setReferer_Terms("referer", opLambda, null);
        }
    
        public void setReferer_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsSearchLogCA> aggsLambda) {
            setReferer_Terms("referer", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 115.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/LocalCache.java

        return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
      }
    
      static final Queue<?> DISCARDING_QUEUE =
          new AbstractQueue<Object>() {
            @Override
            public boolean offer(Object o) {
              return true;
            }
    
            @CheckForNull
            @Override
            public Object peek() {
              return null;
            }
    
            @CheckForNull
            @Override
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

        return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
      }
    
      static final Queue<?> DISCARDING_QUEUE =
          new AbstractQueue<Object>() {
            @Override
            public boolean offer(Object o) {
              return true;
            }
    
            @CheckForNull
            @Override
            public Object peek() {
              return null;
            }
    
            @CheckForNull
            @Override
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(response.header("Content-Encoding")).isEqualTo("gzip")
        assertThat(response.body.source().readByteString()).isEqualTo(
          gzippedBody.snapshot(),
        )
    
        // The request did not offer gzip support.
        val recordedRequest = server.takeRequest()
        assertThat(recordedRequest.headers["Accept-Encoding"]).isNull()
      }
    
      @Test
      fun asyncResponseCanBeConsumedLater() {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    an external IP migration which can be challenging. WARNING: when installing over an existing deployment, the two deployments will be merged together by Helm, which may lead to unexpected results. #### Legacy Gateway Helm charts Istio historically offered two different charts - `manifests/charts/gateways/istio-ingress` and `manifests/charts/gateways/istio-egress`. These are replaced by this chart. While not required, it is recommended all new users use this chart, and existing users migrate when possible....
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top