Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for smith (0.27 sec)

  1. src/net/mail/message_test.go

    		in: `From: John Doe <******@****.***e>
    To: Mary Smith <******@****.***>
    Subject: Saying Hello
    Date: Fri, 21 Nov 1997 09:55:06 -0600
    Message-ID: <******@****.***e>
    
    This is a message just to say hello.
    So, "Hello".
    `,
    		header: Header{
    			"From":       []string{"John Doe <******@****.***e>"},
    			"To":         []string{"Mary Smith <******@****.***>"},
    			"Subject":    []string{"Saying Hello"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

      }
    
      @Test fun `decode raw sequence`() {
        val buffer =
          Buffer()
            .write("300A".decodeHex())
            .write("1505".decodeHex())
            .write("Smith".encodeUtf8())
            .write("01".decodeHex())
            .write("01".decodeHex())
            .write("FF".decodeHex())
    
        val derReader = DerReader(buffer)
    
        derReader.read("test") { header ->
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/project/DeclarativeDSLCustomDependenciesExtensionsSpec.groovy

                public class Lib {
                    public static ImmutableSet<String> getPeople() {
                        return ImmutableSet.of(capitalize("adam johnson"), capitalize("bob smith"), capitalize("carl jones"));
                    }
    
                    private static String capitalize(String input) {
                        return StringUtils.capitalize(input);
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 10:11:12 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/CoreJavadocOptions.java

         *       question mark or exclamation mark followed by a space if the next word starts with a capital letter.
         *       This is meant to handle most abbreviations (such as "The serial no. is valid", but won't handle "Mr. Smith").
         *       Doesn't stop at HTML tags or sentences that begin with numbers or symbols.
         *       Stops at the last period in "../filename", even if embedded in an HTML tag.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 28.2K bytes
    - Viewed (0)
Back to top