Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for india (0.17 sec)

  1. cmd/object-api-listobjects_test.go

    		},
    		// ListObjectsResult-27.
    		// Prefix is set to "Asia/India/" in the testCase, and delimiter is set to forward slash '/' (testCase 59).
    		27: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "Asia/India/India-summer-photos-1"},
    			},
    			Prefixes: []string{"Asia/India/Karnataka/"},
    		},
    		// ListObjectsResult-28.
    		// Marker is set to "Asia/India/India-summer-photos-1" and delimiter set in the testCase, (testCase 60).
    Go
    - Registered: 2023-12-03 19:28
    - Last Modified: 2023-09-25 15:13
    - 73.2K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/location.js

    territories","gabon","gambia","georgia","germany","ghana","gibraltar","greece","greenland","grenada","guadeloupe","guam","guatemala","guernsey","guinea","guinea-bissau","guyana","haiti","heard island and mcdonald islands","honduras","hong kong","hungary","iceland","india","indonesia","iran","iraq","ireland","isle of man","israel","italy","jamaica","japan","jersey","jordan","kazakhstan","kenya","kiribati","north korea","south korea","kuwait","kyrgyzstan","laos","latvia","lebanon","lesotho","liberia","libya","liecht...
    JavaScript
    - Registered: 2023-12-04 08:04
    - Last Modified: 2018-01-01 05:12
    - 5.2K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // India
    ഭാരതം
    
    // xn--h2brj9c ("Bharat", Devanagari) : IN
    // India
    भारत
    
    // xn--mgbbh1a ("Bharat", Kashmiri) : IN
    // India
    بارت
    
    // xn--mgbbh1a71e ("Bharat", Arabic) : IN
    // India
    بھارت
    
    // xn--fpcrj9c3d ("Bharat", Telugu) : IN
    // India
    భారత్
    
    // xn--gecrj9c ("Bharat", Gujarati) : IN
    // India
    ભારત
    
    Plain Text
    - Registered: 2023-12-01 11:42
    - Last Modified: 2023-04-22 14:54
    - 240.3K bytes
    - Viewed (4)
  4. lib/time/zoneinfo.zip

    Europe/Vienna Europe/Vilnius Europe/Volgograd Europe/Warsaw Europe/Zagreb Europe/Zaporozhye Europe/Zurich Factory GB GB-Eire GMT GMT+0 GMT-0 GMT0 Greenwich HST Hongkong Iceland Indian/Antananarivo Indian/Chagos Indian/Christmas Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion Iran Israel Jamaica Japan Kwajalein Libya MET MST MST7MDT Mexico/BajaNorte Mexico/BajaSur Mexico/General NZ NZ-CHAT Navajo PRC PST8PDT Pacific/Apia Pacific/Auckland...
    ZIP Archive
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-05-03 20:14
    - 390.9K bytes
    - Viewed (1)
  5. operator/pkg/manifest/shared_test.go

    			overlays: []string{"yaml_layer1", "yaml_layer2", "yaml_layer3"},
    			wantErr:  false,
    		},
    	}
    	for _, tt := range tests {
    		t.Run(fmt.Sprintf("%s stdin=%v", tt.name, tt.stdin), func(t *testing.T) {
    			inDir := filepath.Join(testDataDir, "input")
    			outPath := filepath.Join(testDataDir, "output", tt.name+".yaml")
    			wantBytes, err := os.ReadFile(outPath)
    			want := string(wantBytes)
    			if err != nil {
    Go
    - Registered: 2023-11-15 22:53
    - Last Modified: 2023-08-23 16:28
    - 4.3K bytes
    - Viewed (0)
  6. apache-maven/src/main/appended-resources/licenses/unrecognized-asm-9.5.txt

    ASM: a very small and fast Java bytecode manipulation framework
    Copyright (c) 2000-2011 INRIA, France Telecom
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    Plain Text
    - Registered: 2023-11-12 03:35
    - Last Modified: 2023-09-05 21:09
    - 1.5K bytes
    - Viewed (0)
  7. apache-maven/src/main/appended-resources/licenses/unrecognized-asm-9.6.txt

    ASM: a very small and fast Java bytecode manipulation framework
    Copyright (c) 2000-2011 INRIA, France Telecom
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    Plain Text
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-11-13 12:16
    - 1.5K bytes
    - Viewed (0)
  8. apache-maven/src/main/appended-resources/META-INF/NOTICE.vm

    below which is also available at <a href="http://asm.ow2.org/license.html">http://asm.ow2.org/license.html</a>.</p>
    
    <blockquote><pre>
    Copyright (c) 2000-2011 INRIA, France Telecom
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    
    Plain Text
    - Registered: 2023-12-03 03:35
    - Last Modified: 2022-09-10 19:27
    - 5.5K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/asm.go

    		// JMP main·morestack(SB)
    		*targetAddr = *target
    	case target.Type == obj.TYPE_INDIR && (target.Name == obj.NAME_EXTERN || target.Name == obj.NAME_STATIC):
    		// JMP *main·morestack(SB)
    		*targetAddr = *target
    		targetAddr.Type = obj.TYPE_INDIR
    	case target.Type == obj.TYPE_MEM && target.Reg == 0 && target.Offset == 0:
    		// JMP exit
    		if target.Sym == nil {
    Go
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-07-27 18:57
    - 25.1K bytes
    - Viewed (0)
  10. LICENSE

    org.ow2.asm:asm
    org.ow2.asm:asm-analysis
    org.ow2.asm:asm-commons
    org.ow2.asm:asm-tree
    org.ow2.asm:asm-util
    ASM: a very small and fast Java bytecode manipulation framework
     Copyright (c) 2000-2011 INRIA, France Telecom
     All rights reserved.
    
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
    Plain Text
    - Registered: 2023-11-29 11:36
    - Last Modified: 2019-08-09 20:34
    - 23.1K bytes
    - Viewed (0)
Back to top