Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 69 for sthu (0.07 sec)

  1. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/CrossVersionTestEngine.java

            }
            return selectors;
        }
    
        @Nullable
        Class<?> maybeLoadClassWithToolingApiClassLoaderForTest(UniqueId uniqueId) {
    
            // `segments` typically contains sth. like this:
            // 0: [engine:cross-version-test-engine]
            // 1: [variant:tapi]
            // 2: [spec:org.gradle.kotlin.dsl.tooling.builders.r54.KotlinSettingsScriptModelCrossVersionSpec]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractor.java

    /**
     * Gets a text from .eml file.
     *
     * @author shinsuke
     *
     */
    public class EmlExtractor extends AbstractExtractor {
        private static final String[] DAY_OF_WEEK = { "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" };
    
        private static final Logger logger = LoggerFactory.getLogger(EmlExtractor.class);
    
        protected Properties mailProperties = new Properties();
    
        /* (non-Javadoc)
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. src/test/resources/plugin/repo2/index.html

                <td></td>
              </tr>
                      <tr>
                <td><a href="https://oss.sonatype.org/content/repositories/snapshots/org/codelibs/fess/fess-ds-s3/">fess-ds-s3/</a></td>
                <td>Thu Aug 08 02:27:37 UTC 2019</td>
                <td align="right">
                                  &nbsp;
                              </td>
                <td></td>
              </tr>
                      <tr>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 10.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("キュ", new String[] { "kyu" });
            map.put("キョ", new String[] { "kyo" });
    
            map.put("シャ", new String[] { "sya", "sha" });
            map.put("シュ", new String[] { "syu", "shu" });
            map.put("ショ", new String[] { "syo", "sho" });
            map.put("シェ", new String[] { "sye", "she" });
    
            map.put("チャ", new String[] { "tya", "cha" });
            map.put("チュ", new String[] { "tyu", "chu" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. src/time/zoneinfo_test.go

    		want2 string
    	}{
    		{
    			"PST8PDT",
    			-1633269601,
    			"Sun, 31 Mar 1918 01:59:59 -0800 (PST)",
    			"Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
    		},
    		{
    			"Pacific/Fakaofo",
    			1325242799,
    			"Thu, 29 Dec 2011 23:59:59 -1100 (-11)",
    			"Sat, 31 Dec 2011 00:00:00 +1300 (+13)",
    		},
    	}
    
    	for _, test := range tests {
    		z, err := time.LoadLocation(test.zone)
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 13 17:06:56 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    scm:svn:https://svn.codehaus.org/plexus/tags/plexus-active-collections-1.0-beta-1 scm:svn:https://svn.codehaus.org/plexus/tags/plexus-active-collections-1.0-beta-1 META-INF/maven/org.codehaus.plexus/plexus-active-collections/pom.properties #Generated by Maven #Thu Mar 22 20:31:27 EDT 2007 version=1.0-beta-1 groupId=org.codehaus.plexus artifactId=plexus-active-collections...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 15.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    scm:svn:https://svn.codehaus.org/plexus/tags/plexus-active-collections-1.0-beta-1 scm:svn:https://svn.codehaus.org/plexus/tags/plexus-active-collections-1.0-beta-1 META-INF/maven/org.codehaus.plexus/plexus-active-collections/pom.properties #Generated by Maven #Thu Mar 22 20:31:27 EDT 2007 version=1.0-beta-1 groupId=org.codehaus.plexus artifactId=plexus-active-collections...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 15.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java

            response.header("Pragma", "no-cache");
            response.header("Cache-Control", "no-cache");
            response.header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT");
            response.contentTypeOctetStream();
            return response.stream(out -> {
                try {
                    downloadObject(getObjectName(pi.getPath(), pi.getName()), out);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. src/go/printer/testdata/declarations.golden

    		short, long	string
    	}
    	var (
    		Sunday		= day{0, "SUN", "Sunday"}
    		Monday		= day{1, "MON", "Monday"}
    		Tuesday		= day{2, "TUE", "Tuesday"}
    		Wednesday	= day{3, "WED", "Wednesday"}
    		Thursday	= day{4, "THU", "Thursday"}
    		Friday		= day{5, "FRI", "Friday"}
    		Saturday	= day{6, "SAT", "Saturday"}
    	)
    }
    
    // formatting of multi-line variable declarations
    var a1, b1, c1 int	// all on one line
    
    var a2, b2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  10. src/net/textproto/reader_test.go

    Non-Interned: test
    
    `, "\n", "\r\n", -1)
    
    var serverHeaders = strings.Replace(`Content-Type: text/html; charset=utf-8
    Content-Encoding: gzip
    Date: Thu, 27 Sep 2012 09:03:33 GMT
    Server: Google Frontend
    Cache-Control: private
    Content-Length: 2298
    VIA: 1.1 proxy.example.com:80 (XXX/n.n.n-nnn)
    Connection: Close
    Non-Interned: test
    
    `, "\n", "\r\n", -1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 05 18:31:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top