Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for descriptive (0.07 sec)

  1. android/guava/src/com/google/common/base/CharMatcher.java

          int negatedCharacters = DISTINCT_CHARS - totalCharacters;
          String suffix = ".negate()";
          String description = toString();
          String negatedDescription =
              description.endsWith(suffix)
                  ? description.substring(0, description.length() - suffix.length())
                  : description + suffix;
          return new NegatedFastMatcher(
              precomputedPositive(negatedCharacters, table, negatedDescription)) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 53.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt

          override fun describeTo(description: Description?) {
            description!!.appendText("> $value")
          }
    
          override fun matches(o: Any?): Boolean = (o as Long?)!! > value
        }
    
      private fun matchesProtocol(protocol: Protocol?): Matcher<Response?> =
        object : BaseMatcher<Response?>() {
          override fun describeTo(description: Description?) {
            description!!.appendText("is HTTP/2")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 60.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsDataConfigCA.java

            setDescription_Count("description", opLambda);
        }
    
        public void setDescription_Count(String name, ConditionOptionCall<ValueCountAggregationBuilder> opLambda) {
            ValueCountAggregationBuilder builder = regCountA(name, "description");
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 88.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    ldap.attr.homePostalAddress=homePostalAddress
    # LDAP attribute for labeled URI.
    ldap.attr.labeledURI=labeledURI
    # LDAP attribute for room number.
    ldap.attr.roomNumber=roomNumber
    # LDAP attribute for description.
    ldap.attr.description=description
    # LDAP attribute for title.
    ldap.attr.title=title
    # LDAP attribute for pager.
    ldap.attr.pager=pager
    # LDAP attribute for street.
    ldap.attr.street=street
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  5. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<artifactId>fess</artifactId>
    	<version>15.2.1-SNAPSHOT</version>
    	<packaging>war</packaging>
    	<name>Fess</name>
    	<description>Fess is Full tExt Search System.</description>
    	<url>https://fess.codelibs.org/</url>
    	<inceptionYear>2009</inceptionYear>
    	<licenses>
    		<license>
    			<name>The Apache Software License, Version 2.0</name>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                    .filter(s -> s != null);
        }
    
        /**
         * Gets the content description from highlighted fields.
         * Returns the first non-blank highlighted field content.
         *
         * @param document the document data map
         * @return the content description with highlighting
         */
        public String getContentDescription(final Map<String, Object> document) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/Futures.java

      //
      // A consequence of these requirements is that the delegate futures cannot be stored in
      // final fields.
      //
      // For simplicity the rest of this description will discuss Futures.catching since it is the
      // simplest instance, though very similar descriptions apply to many other classes in this file.
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.homePostalAddress=Домашний почтовый адрес
    labels.user_labeledURI=labeledURI
    labels.labeledURI=labeledURI
    labels.user_roomNumber=Номер комнаты
    labels.roomNumber=Номер комнаты
    labels.user_description=Описание
    labels.description=Описание
    labels.user_title=Должность
    labels.title=Должность
    labels.user_pager=Пейджер
    labels.pager=Пейджер
    labels.user_street=Улица
    labels.street=Улица
    labels.user_postalCode=Почтовый индекс
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Sets.java

       * NavigableSet#tailSet(Object, boolean) tailSet()}, and {@link NavigableSet#headSet(Object,
       * boolean) headSet()}) to actually construct the view. Consult these methods for a full
       * description of the returned view's behavior.
       *
       * <p><b>Warning:</b> {@code Range}s always represent a range of values using the values' natural
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 81.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.3.md

    * Trusty: Support hybrid cluster with nodes on ContainerVM ([#23079](https://github.com/kubernetes/kubernetes/pull/23079), [@andyzheng0831](https://github.com/andyzheng0831))
    * update expose command description to add deployment ([#23246](https://github.com/kubernetes/kubernetes/pull/23246), [@AdoHe](https://github.com/AdoHe))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top