Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for hognorsk (0.14 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	"fonupa":   0x6d,
    	"fonxsamp": 0x6e,
    	"gallo":    0x21,
    	"gascon":   0x22,
    	"grclass":  0x23,
    	"grital":   0x24,
    	"grmistr":  0x25,
    	"hepburn":  0x26,
    	"heploc":   0x68,
    	"hognorsk": 0x27,
    	"hsistemo": 0x28,
    	"ijekavsk": 0x29,
    	"itihasa":  0x2a,
    	"ivanchov": 0x2b,
    	"jauer":    0x2c,
    	"jyutping": 0x2d,
    	"kkcor":    0x2e,
    	"kociewie": 0x2f,
    	"kscor":    0x30,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. pkg/registry/certificates/certificates/storage/metrics_test.go

    					ExpirationSeconds: ptr.To[int32](77),
    				},
    			},
    			options:       &metav1.UpdateOptions{},
    			wantSigner:    "other",
    			wantRequested: true,
    			wantHonored:   false,
    		},
    		{
    			name:    "kube signer honors duration exactly",
    			success: true,
    			obj: &certificates.CertificateSigningRequest{
    				Status: certificates.CertificateSigningRequestStatus{
    					Certificate: createCert(t, time.Hour, caPrivateKey, caCert),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/PathTest.groovy

            expect:
            Matchers.strictlyEquals(new Path('file://$ROOT_DIR$/file'), new Path('file://$ROOT_DIR$/file'))
            new Path('file://$ROOT_DIR$/file') != new Path('file://$ROOT_DIR$/other')
        }
    
        def "equals honors subclasses"() {
            expect:
            new Path('file://$ROOT_DIR$/file') == new FilePath(null, null, 'file://$ROOT_DIR$/file', null)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/cache/internal/HeapProportionalCacheSizerTest.groovy

            100       | 400
            200       | 400
            768       | 1600
            1024      | 2300
            1536      | 3600
            2048      | 4900
        }
    
        def "cache cap sizer honors reserved space when specified"() {
            given:
            System.setProperty(HeapProportionalCacheSizer.CACHE_RESERVED_SYSTEM_PROPERTY, reserved.toString())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 14 07:38:37 UTC 2017
    - 2.3K bytes
    - Viewed (0)
  5. docs/logging/README.md

    mc admin service restart myminio
    ```
    
    NOTE: `http://endpoint:port/path` is a placeholder value to indicate the URL format, please change this accordingly as per your configuration.
    
    MinIO also honors environment variable for HTTP target logging as shown below, this setting will override the endpoint settings in the MinIO server config.
    
    ```
    export MINIO_LOGGER_WEBHOOK_ENABLE_target1="on"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 17:15:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

            output.contains("Appending output property name to build cache key: resultsFile")
            output.contains("Build cache key for MakeGreen")
        }
    
        def "honors @PathSensitive(NONE) on input artifact property for project artifact file when caching"() {
            createDirs("a", "b", "c")
            settingsFile << "include 'a', 'b', 'c'"
            setupBuildWithColorTransform()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/plugins/LifecycleBasePluginIntegrationTest.groovy

            """
    
            then:
            succeeds(taskName)
            executed(":myTask")
    
            where:
            taskName << ["check", "build"]
        }
    
        def "clean task honors changes to build dir location"() {
            buildFile << """
                buildDir = 'target'
            """
            def buildDir = file("build")
            buildDir.mkdirs()
            def targetDir = file("target")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonFeedbackIntegrationSpec.groovy

            then:
            def aLog = readLog(executer.daemonBaseDir)
            aLog.findAll(DaemonMessages.STARTED_EXECUTING_COMMAND).size() == 2
        }
    
        def "daemon log honors log levels for logging"() {
            given:
            file("build.gradle") << """
                println 'println me!'
    
                logger.debug('debug me!')
                logger.info('info me!')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/PrecompiledScriptPluginTemplatesTest.kt

                )
            }
        }
    
        @Test
        fun `precompiled project script template honors HasImplicitReceiver`() {
    
            assertHasImplicitReceiverIsHonoredByScriptOf<Project>("my-project-plugin.gradle.kts")
        }
    
        @Test
        fun `precompiled settings script template honors HasImplicitReceiver`() {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/mvnsettings/DefaultLocalMavenRepositoryLocatorTest.groovy

            ex.cause instanceof SettingsParseException
        }
    
        def "honors location specified in user settings file"() {
            writeSettingsFile(locations.userSettingsFile, repo1)
    
            expect:
            locator.localMavenRepository == repo1
        }
    
        def "honors location specified in global settings file"() {
            writeSettingsFile(locations.globalSettingsFile, repo1)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top