Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Turkis (0.8 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/fold.go

    	for c.next() && isFoldFull(&c) {
    		c.checkpoint()
    	}
    	return c.retSpan()
    }
    
    func makeFold(o options) transform.SpanningTransformer {
    	// TODO: Special case folding, through option Language, Special/Turkic, or
    	// both.
    	// TODO: Implement Compact options.
    	return &caseFolder{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 935 bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/language/tags.go

    	Swahili              Tag = Tag(compact.Swahili)
    	Tamil                Tag = Tag(compact.Tamil)
    	Telugu               Tag = Tag(compact.Telugu)
    	Thai                 Tag = Tag(compact.Thai)
    	Turkish              Tag = Tag(compact.Turkish)
    	Ukrainian            Tag = Tag(compact.Ukrainian)
    	Urdu                 Tag = Tag(compact.Urdu)
    	Uzbek                Tag = Tag(compact.Uzbek)
    	Vietnamese           Tag = Tag(compact.Vietnamese)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/fr/stopwords.txt

    soient
    fusse
    fusses
    fût
    fussions
    fussiez
    fussent
    ayant
    eu
    eue
    eues
    eus
    ai
    as
    avons
    avez
    ont
    aurai
    auras
    aura
    aurons
    aurez
    auront
    aurais
    aurait
    aurions
    auriez
    auraient
    avais
    avait
    avions
    aviez
    avaient
    eut
    eûmes
    eûtes
    eurent
    aie
    aies
    ait
    ayons
    ayez
    aient
    eusse
    eusses
    eût
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 977 bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/internal/language/compact/tags.go

    	Tamil                Tag = Tag{language: taIndex, locale: taIndex}
    	Telugu               Tag = Tag{language: teIndex, locale: teIndex}
    	Thai                 Tag = Tag{language: thIndex, locale: thIndex}
    	Turkish              Tag = Tag{language: trIndex, locale: trIndex}
    	Ukrainian            Tag = Tag{language: ukIndex, locale: ukIndex}
    	Urdu                 Tag = Tag{language: urIndex, locale: urIndex}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess.json

              "type":       "lowercase",
              "language":   "turkish"
            },
            "turkish_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}tr/protwords.txt"
            },
            "turkish_stemmer": {
              "type":       "stemmer",
              "language":   "turkish"
            },
            "turkish_override": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileOrUriNotationConverter.java

        /**
         * Lenient legacy behavior to fall back to when URI cannot be normally parsed.
         */
        private static String fallbackUrlDecode(String path) {
            DeprecationLogger.deprecateBehaviour("Passing invalid URIs to URI or File converting methods.")
                .withAdvice("Use a valid URL or a file path instead.")
                .willBecomeAnErrorInGradle9()
                .withUpgradeGuideSection(8, "deprecated_invalid_url_decoding")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

     *     return Scheduler.newFixedRateSchedule(0, 1, TimeUnit.SECONDS);
     *   }
     * }
     * }</pre>
     *
     * <p>This class uses the life cycle methods to read in a list of starting URIs and save the set of
     * outstanding URIs when shutting down. Also, it takes advantage of the scheduling functionality to
     * rate limit the number of queries we perform.
     *
     * @author Luke Sandberg
     * @since 11.0
     */
    @GwtIncompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 27.5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

     *     return Scheduler.newFixedRateSchedule(0, 1, TimeUnit.SECONDS);
     *   }
     * }
     * }</pre>
     *
     * <p>This class uses the life cycle methods to read in a list of starting URIs and save the set of
     * outstanding URIs when shutting down. Also, it takes advantage of the scheduling functionality to
     * rate limit the number of queries we perform.
     *
     * @author Luke Sandberg
     * @since 11.0
     */
    @GwtIncompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

                crawler.setSessionId(sid);
                sessionIdList.add(sid);
    
                final String pathsStr = fileConfig.getPaths();
                if (StringUtil.isBlank(pathsStr)) {
                    logger.warn("No target uris. Skipped");
                    break;
                }
    
                final int intervalTime =
                        fileConfig.getIntervalTime() != null ? fileConfig.getIntervalTime() : Constants.DEFAULT_INTERVAL_TIME_FOR_FS;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/map.go

    		if c.src[c.pSrc] == 'i' {
    			return c.writeString("İ")
    		}
    		return f(c)
    	}
    }
    
    func aztrLower(c *context) (done bool) {
    	// From CLDR:
    	// # I and i-dotless; I-dot and i are case pairs in Turkish and Azeri
    	// # 0130; 0069; 0130; 0130; tr; # LATIN CAPITAL LETTER I WITH DOT ABOVE
    	// İ→i;
    	// # When lowercasing, remove dot_above in the sequence I + dot_above, which will turn into i.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top