Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for turkish (0.17 sec)

  1. src/unicode/casetables.go

    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // TODO: This file contains the special casing rules for Turkish and Azeri only.
    // It should encompass all the languages with special casing rules
    // and be generated automatically, but that requires some API
    // development first.
    
    package unicode
    
    var TurkishCase SpecialCase = _TurkishCase
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 755 bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestTaskLocaleIntegrationTest.groovy

    import spock.lang.Issue
    
    class TestTaskLocaleIntegrationTest extends AbstractIntegrationSpec {
        @Issue("https://github.com/gradle/gradle/issues/2661")
        def "test logging can be configured on turkish locale"() {
            given:
            buildFile << """
                apply plugin:'java'
                test {
                    testLogging {
                        events "passed", "skipped", "failed"
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. 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)
  4. platforms/core-runtime/logging/src/main/java/org/gradle/util/TextUtil.java

         * @return a lowercase string that ignores locale
         * @see <a href="https://issues.gradle.org/browse/GRADLE-3470">GRADLE-3470</a>
         * @see <a href="https://haacked.com/archive/2012/07/05/turkish-i-problem-and-why-you-should-care.aspx/">Turkish i problem</a>
         */
        public static String toLowerCaseLocaleSafe(String s) {
            logDeprecation();
            return s.toLowerCase(Locale.ENGLISH);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. 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)
  6. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperLoggingIntegrationTest.groovy

        }
    
        @Issue("https://github.com/gradle/gradle/issues/19585")
        def "Can configure log level with command-line Gradle property on Turkish Locale"() {
            setup:
            prepareWrapper()
    
            expect:
            wrapperExecuter
                .withCommandLineGradleOpts("-Dorg.gradle.logging.level=lifecycle", "-Duser.country=TR", "-Duser.language=tr")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/util/internal/TextUtil.java

         * @return a lowercase string that ignores locale
         * @see <a href="https://issues.gradle.org/browse/GRADLE-3470">GRADLE-3470</a>
         * @see <a href="https://haacked.com/archive/2012/07/05/turkish-i-problem-and-why-you-should-care.aspx/">Turkish i problem</a>
         */
        public static String toLowerCaseLocaleSafe(String s) {
            return s.toLowerCase(Locale.ENGLISH);
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. 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)
  9. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "swedish"
          },
          "turkish_stop": {
            "type":       "stop",
            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Merhaba", "Dünya", "arama"]
          },
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  10. src/main/resources/suggest_indices/suggest_analyzer.json

            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Merhaba"]
          },
          "turkish_stemmer": {
            "type":       "stemmer",
            "language":   "turkish"
          },
          "thai_stop": {
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
Back to top