Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for Tanon (0.18 sec)

  1. src/main/java/jcifs/smb/SmbResourceLocatorImpl.java

                    this.share = this.canon.substring(1, firstSep);
                    this.unc = "\\";
                }
                else {
                    this.share = this.canon.substring(1, firstSep);
                    this.unc = this.canon.substring(firstSep, prefixLen + 1).replace('/', '\\');
                }
            }
            else {
                this.canon = "/";
                this.share = null;
                this.unc = "\\";
            }
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sat Jul 20 08:24:53 GMT 2019
    - 23.9K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AnonymousClassesFilteringTest.kt

                v2 = """
                    public class Source {
                        public void some() {
                            Runnable anon = new Runnable() {
                                @Override
                                public void run() {}
                            };
                            anon.run();
                        }
                    }
                """
            ) {
                assertEmptyReport()
            }
        }
    
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 1.8K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/CipherSuite.kt

        @JvmField val TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = init("SSL_DH_anon_EXPORT_WITH_RC4_40_MD5", 0x0017)
    
        @JvmField val TLS_DH_anon_WITH_RC4_128_MD5 = init("SSL_DH_anon_WITH_RC4_128_MD5", 0x0018)
    
        @JvmField val TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = init("SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA", 0x0019)
    
        @JvmField val TLS_DH_anon_WITH_DES_CBC_SHA = init("SSL_DH_anon_WITH_DES_CBC_SHA", 0x001a)
    
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 39.9K bytes
    - Viewed (1)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

     *          itself.
     */
    
        public String getName() {
            getUncPath0();
            if( canon.length() > 1 ) {
                int i = canon.length() - 2;
                while( canon.charAt( i ) != '/' ) {
                    i--;
                }
                return canon.substring( i + 1 );
            } else if( share != null ) {
                return share + '/';
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  5. okhttp/api/okhttp.api

    	public static final field TLS_DH_anon_WITH_AES_256_CBC_SHA Lokhttp3/CipherSuite;
    	public static final field TLS_DH_anon_WITH_AES_256_CBC_SHA256 Lokhttp3/CipherSuite;
    	public static final field TLS_DH_anon_WITH_AES_256_GCM_SHA384 Lokhttp3/CipherSuite;
    	public static final field TLS_DH_anon_WITH_DES_CBC_SHA Lokhttp3/CipherSuite;
    	public static final field TLS_DH_anon_WITH_RC4_128_MD5 Lokhttp3/CipherSuite;
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/projects/project.xml

      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.6K bytes
    - Viewed (0)
  7. api/go1.3.txt

    pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24
    pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
    pkg syscall (netbsd-386), const MAP_ANON = 4096
    pkg syscall (netbsd-386), const MAP_ANON ideal-int
    pkg syscall (netbsd-386), const MAP_FILE = 0
    pkg syscall (netbsd-386), const MAP_FILE ideal-int
    pkg syscall (netbsd-386), const MAP_FIXED = 16
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/projects/fully-populated-child.xml

      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml

      <url>http://maven.apache.org/</url>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
        <mailingList>
          <name>Maven User List</name>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 3.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/MediaType.java

       * files).
       *
       * @since 13.0
       */
      public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
    
      /**
       * The <a href="https://en.wikipedia.org/wiki/Camera_Image_File_Format">Canon Image File
       * Format</a> ({@code crw} files), a widely-used "raw image" format for cameras. It is found in
       * {@code /etc/mime.types}, e.g. in <a href=
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top