Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for stop (0.23 sec)

  1. src/main/resources/fess_indices/_aws/fess.json

                "非言語音",
                "連体詞"
              ]
            },
            "japanese_stop": {
              "type":       "stop",
              "stopwords": []
            },
            "korean_stop": {
              "type":       "stop",
              "stopwords": []
            },
            "latvian_stop": {
              "type":       "stop",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

                "非言語音",
                "連体詞"
              ]
            },
            "japanese_stop": {
              "type":       "stop",
              "stopwords": []
            },
            "korean_stop": {
              "type":       "stop",
              "stopwords": []
            },
            "latvian_stop": {
              "type":       "stop",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_failed_to_start_job = "{errors.failed_to_start_job}";
    
        /** The key of the message: Failed to stop job {0}. */
        public static final String ERRORS_failed_to_stop_job = "{errors.failed_to_stop_job}";
    
        /** The key of the message: Failed to download the Synonym file. */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  4. cmd/object-handlers_test.go

    		// if object upload fails stop the test.
    		if err != nil {
    			t.Fatalf("Put Object case %d:  Error uploading object: <ERROR> %v", i+1, err)
    		}
    	}
    
    	// test cases with inputs and expected result for HeadObject.
    	testCases := []struct {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Class Condition<T> java.lang.Object org.hamcrest.Condition<T> public abstract class Condition<T> extends java.lang.Object A Condition implements part of a multi-step match. We sometimes need to write matchers that have a sequence of steps, where each step depends on the result of the previous step and we can stop processing as soon as a step fails. These classes provide infrastructure for writing such a sequence. Based on https://github.com/npryce/maybe-java Author: Steve Freeman 2012 http://www.hamcrest.com...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it, and on both sides of it, and behind it, it occurred to her
    that she might as well look and see what was on the top of it.
    
      She stretched herself up on tiptoe, and peeped over the edge of
    the mushroom, and her eyes immediately met those of a large
    caterpillar, that was sitting on the top with its arms folded,
    quietly smoking a long hookah, and taking not the smallest notice
    of her or of anything else.
    
    
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  7. cmd/bucket-replication.go

    func (s *replicationResyncer) PersistToDisk(ctx context.Context, objectAPI ObjectLayer) {
    	resyncTimer := time.NewTimer(resyncTimeInterval)
    	defer resyncTimer.Stop()
    
    	// For each bucket name, store the last timestamp of the
    	// successful save of replication status in the backend disks.
    	lastResyncStatusSave := make(map[string]time.Time)
    
    	for {
    		select {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it, and on both sides of it, and behind it, it occurred to her
    that she might as well look and see what was on the top of it.
    
      She stretched herself up on tiptoe, and peeped over the edge of
    the mushroom, and her eyes immediately met those of a large
    caterpillar, that was sitting on the top with its arms folded,
    quietly smoking a long hookah, and taking not the smallest notice
    of her or of anything else.
    
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    void initializeContext(); public synchronized void start(org.codehaus.classworlds.ClassWorld) throws org.codehaus.plexus.PlexusContainerExcep; public synchronized void start() throws org.codehaus.plexus.PlexusContainerExcep; public synchronized void stop(); } org/codehaus/plexus/embed/EmbedderException.class package org.codehaus.plexus.embed; public synchronized class EmbedderException extends Exception { public void EmbedderException(String); public void EmbedderException(String, Throwable); public...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Move HighWaterMark to the top of the struct in order to fix arm ([#33117](https://github.com/kubernetes/kubernetes/pull/33117), [@luxas](https://github.com/luxas))
    * Move HighWaterMark to the top of the struct in order to fix arm, second time ([#33376](https://github.com/kubernetes/kubernetes/pull/33376), [@luxas](https://github.com/luxas))
    
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top