Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setPrefix (0.04 sec)

  1. api/maven-api-metadata/src/main/mdo/metadata.mdo

                    mappedPlugin.setArtifactId( plugin.getArtifactId() );
    
                    mappedPlugin.setPrefix( plugin.getPrefix() );
    
                    mappedPlugin.setName( plugin.getName() );
    
                    addPlugin( mappedPlugin );
    
                    changed = true;
                }
            }
    
            Versioning versioning = sourceMetadata.getVersioning();
            if ( versioning != null )
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/util/PrunedTagTest.java

            }
    
            @Override
            public String getNamespaceURI() {
                return null;
            }
    
            @Override
            public String getPrefix() {
                return null;
            }
    
            @Override
            public void setPrefix(String prefix) {
            }
    
            @Override
            public String getLocalName() {
                return null;
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 21K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt

          /** Synthetic response header: the local time when the request was sent. */
          private val SENT_MILLIS = "${Platform.get().getPrefix()}-Sent-Millis"
    
          /** Synthetic response header: the local time when the response was received. */
          private val RECEIVED_MILLIS = "${Platform.get().getPrefix()}-Received-Millis"
        }
      }
    
      private class CacheResponseBody(
        val snapshot: DiskLruCache.Snapshot,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  4. api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java

        @Nonnull
        default String getNamespaceUri() {
            return namespaceUri();
        }
    
        @Deprecated(since = "4.0.0", forRemoval = true)
        @Nonnull
        default String getPrefix() {
            return prefix();
        }
    
        @Deprecated(since = "4.0.0", forRemoval = true)
        @Nullable
        default String getValue() {
            return value();
        }
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Jul 19 11:09:56 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top