Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for newPrefix1 (0.26 sec)

  1. cmd/object-api-listobjects_test.go

    		{testBuckets[0], "Asia/India/India-summer-photos-1", "contentstring", nil},
    		{testBuckets[0], "Asia/India/Karnataka/Bangalore/Koramangala/pics", "contentstring", nil},
    		{testBuckets[0], "newPrefix0", "newPrefix0", nil},
    		{testBuckets[0], "newPrefix1", "newPrefix1", nil},
    		{testBuckets[0], "newzen/zen/recurse/again/again/again/pics", "recurse", nil},
    		{testBuckets[0], "obj0", "obj0", nil},
    		{testBuckets[0], "obj1", "obj1", nil},
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  2. cmd/object_api_suite_test.go

    		}
    		if result.Objects[0].Name != "newPrefix" {
    			t.Errorf("%s: Expected the object name to be `%s`, but instead found `%s`", instanceType, "newPrefix", result.Objects[0].Name)
    		}
    		if result.Objects[1].Name != "newPrefix2" {
    			t.Errorf("%s: Expected the object name to be `%s`, but instead found `%s`", instanceType, "newPrefix2", result.Objects[0].Name)
    		}
    	}
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 32.3K bytes
    - Viewed (0)
  3. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelInterpolator.java

            private final String newPrefix;
    
            private final ModelProblemCollector problems;
    
            ProblemDetectingValueSource(
                    ValueSource valueSource, String bannedPrefix, String newPrefix, ModelProblemCollector problems) {
                this.valueSource = valueSource;
                this.bannedPrefix = bannedPrefix;
                this.newPrefix = newPrefix;
                this.problems = problems;
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 20K bytes
    - Viewed (0)
  4. docs/bucket/replication/setup_ilm_expiry_replication.sh

    	echo "BUG: Transition rule on sitea seems to be overwritten"
    	exit 1
    fi
    
    ## Check replication of edit of prefix, tags and status of ILM Expiry Rules
    ./mc ilm rule edit --id "${id}" --prefix "newprefix" --tags "ntag1=nval1&ntag2=nval2" --disable sitea/bucket
    sleep 30s
    
    nprefix=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Filter.And.Prefix' | sed 's/"//g')
    Shell Script
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (linux-386), const RTM_NEWNDUSEROPT ideal-int
    pkg syscall (linux-386), const RTM_NEWNEIGH ideal-int
    pkg syscall (linux-386), const RTM_NEWNEIGHTBL ideal-int
    pkg syscall (linux-386), const RTM_NEWPREFIX ideal-int
    pkg syscall (linux-386), const RTM_NEWQDISC ideal-int
    pkg syscall (linux-386), const RTM_NEWROUTE ideal-int
    pkg syscall (linux-386), const RTM_NEWRULE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68
    pkg syscall (linux-386), const RTM_NEWNEIGH = 28
    pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64
    pkg syscall (linux-386), const RTM_NEWPREFIX = 52
    pkg syscall (linux-386), const RTM_NEWQDISC = 36
    pkg syscall (linux-386), const RTM_NEWROUTE = 24
    pkg syscall (linux-386), const RTM_NEWRULE = 32
    pkg syscall (linux-386), const RTM_NEWTCLASS = 40
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWQDISC ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWROUTE ideal-int
    pkg syscall (linux-arm-cgo), const RTM_NEWRULE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top