Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 346 for north (0.04 sec)

  1. test/typeparam/graph.go

    var zork = map[int]mazeRoom{
    	11: {exits: [10]int{north: 11, south: 12, east: 14}}, // west to Troll Room
    	12: {exits: [10]int{south: 11, north: 14, east: 13}},
    	13: {exits: [10]int{west: 12, north: 14, up: 16}},
    	14: {exits: [10]int{west: 13, north: 11, east: 15}},
    	15: {exits: [10]int{south: 14}},                   // Dead End
    	16: {exits: [10]int{east: 17, north: 13, sw: 18}}, // skeleton, etc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. internal/s3select/csv/reader_contrib_test.go

    3389225,2,2014-03-31 09:42:15,2014-03-31 10:01:17,N,1,-73.950340270996094,40.792228698730469,-73.941970825195313,40.842235565185547,1,4.47,17.5,0,0.5,0,0,,,18,2,1,75,244,green,0.16,0.0,0.0,56,36,8.28,1267,168,1,Manhattan,016800,1016800,E,MN33,East...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 38.5K bytes
    - Viewed (0)
  3. internal/s3select/csv/testdata/testdata.zip

    0.04 0.0 0.0 62 37 5.37 1282 409 4 Queens 040900 4040900 E QN26 North Corona 4102 642 379 4 Queens 037900 4037900 E QN26 North Corona 4102 3389281 2 2014-03-04 19:21:46 2014-03-04 19:26:20 N 1 -73.866767883300781 40.749576568603516 -73.855033874511719 40.751911163330078 1 0.88 5.5 1 0.5 0 0 7 2 1 173 173 green 0.00 5.1 0.0 29 13 4.70 1282 409 4 Queens 040900 4040900 E QN26 North Corona 4102 648 401 4 Queens 040100 4040100 E QN26 North Corona 4102 3389282 2 2014-03-30 03:15:11 2014-03-30 03:20:04 N...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/location.js

    "indiana","iowa","kansas","kentucky","louisiana","maine","maryland","district of columbia","massachusetts","michigan","minnesota","mississippi","missouri","montana","nebraska","nevada","new hampshire","new jersey","new mexico","new york","north carolina","north dakota","ohio","oklahoma","oregon","pennsylvania","rhode island","south carolina","south dakota","tennessee","texas","utah","vermont","virginia","washington","west virginia","wisconsin","wyoming"],errorMessage:"",errorMessageKey:"badCusto...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 5.2K bytes
    - Viewed (0)
  5. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtExpressionInfoProvider.kt

         *
         * The missing cases of the when-expression in the following example are Direction.WEST and Direction.EAST:
         *
         * enum class Direction {
         *   NORTH, SOUTH, WEST, EAST
         * }
         * foo = when(direction) {
         *   Direction.NORTH -> 1
         *   Direction.SOUTH -> 2
         *   else -> 3
         * }
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/compilerFacility/compilation/classKinds.kt

    interface Intf {
        fun run()
    }
    
    abstract class Ordinary
    
    annotation class Anno
    
    @Anno
    class Generic<T> : Ordinary(), Intf {
        override fun run() {}
    }
    
    enum class Direction {
        NORTH, SOUTH, WEST, EAST
    }
    
    sealed class Operation {
        class Add(val firstValue: Int, val secondValue: Int) : Operation()
        class Subtract(val minuend: Int, val subtrahend: Int) : Operation()
        class Negate(val value: Int) : Operation()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Aug 07 16:22:01 UTC 2023
    - 426 bytes
    - Viewed (0)
  7. platforms/software/resources-s3/src/test/groovy/org/gradle/internal/resource/transport/aws/s3/S3RegionalResourceTest.groovy

            new URI("s3://somebucket.au.s3-ap-southeast-2.amazonaws.com/a/b/file.txt")    | Optional.of(getRegion(Regions.AP_SOUTHEAST_2))                      | 'somebucket.au' | 'a/b/file.txt'
            new URI("s3://somebucket.au.s3.cn-north-1.amazonaws.com.cn/a/b/file.txt")     | Optional.of(RegionUtils.getRegion(Region.CN_Beijing.firstRegionId)) | 'somebucket.au' | 'a/b/file.txt'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. samples/multicluster/README.md

    ## Creating East-West Gateway
    
    All configurations rely on a separate gateway deployment that is dedicated to
    east-west traffic. This is done to avoid having east-west traffic flooding
    the default north-south ingress gateway.
    
    Run the following command to deploy the east-west gateway to a primary cluster:
    
    ```bash
    export MESH=mesh1
    export CLUSTER=cluster1
    export NETWORK=network1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  9. src/time/zoneinfo_abbrs_windows.go

    	"Nepal Standard Time":             {"+0545", "+0545"}, // Asia/Katmandu
    	"North Asia Standard Time":        {"+07", "+07"},     // Asia/Krasnoyarsk
    	"Magadan Standard Time":           {"+11", "+11"},     // Asia/Magadan
    	"N. Central Asia Standard Time":   {"+07", "+07"},     // Asia/Novosibirsk
    	"Omsk Standard Time":              {"+06", "+06"},     // Asia/Omsk
    	"North Korea Standard Time":       {"KST", "KST"},     // Asia/Pyongyang
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compilerFacility/compilation/classKinds.txt

        private synthetic final static field $ENTRIES: kotlin.enums.EnumEntries
        private synthetic final static field $VALUES: Direction[]
        public final enum static field EAST: Direction
        public final enum static field NORTH: Direction
        public final enum static field SOUTH: Direction
        public final enum static field WEST: Direction
        private synthetic final static method $values(): Direction[]
        static method <clinit>(): void
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 21 15:34:34 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top