Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 103 for 9$ (0.09 sec)

  1. docs/bucket/versioning/versioning-tests.sh

    		echo "error on line $1"
    		echo "server logs ========="
    		cat "/tmp/sitea_1.log"
    		echo "==========================="
    		cat "/tmp/sitea_2.log"
    	fi
    
    	echo "Cleaning up instances of MinIO"
    	pkill minio
    	pkill -9 minio
    	rm -rf /tmp/multisitea
    }
    
    catch
    
    set -e
    export MINIO_CI_CD=1
    export MINIO_BROWSER=off
    export MINIO_KMS_AUTO_ENCRYPTION=off
    export MINIO_PROMETHEUS_AUTH_TYPE=public
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    								<div class="form-group row">
    									<label for="targetVersion" class="col-sm-3 text-sm-right col-form-label"><la:message
    											key="labels.target_version"
    										/></label>
    									<div class="col-sm-9">
    										<la:errors property="targetVersion" />
    										<la:select styleId="targetVersion" property="targetVersion" styleClass="form-control">
    											<la:option value="13.0">13.0</la:option>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. src/runtime/time_fake.go

    	buf[2] = 'P'
    	buf[3] = 'B'
    	tu := uint64(t)
    	buf[4] = byte(tu >> (7 * 8))
    	buf[5] = byte(tu >> (6 * 8))
    	buf[6] = byte(tu >> (5 * 8))
    	buf[7] = byte(tu >> (4 * 8))
    	buf[8] = byte(tu >> (3 * 8))
    	buf[9] = byte(tu >> (2 * 8))
    	buf[10] = byte(tu >> (1 * 8))
    	buf[11] = byte(tu >> (0 * 8))
    	nu := uint32(n)
    	buf[12] = byte(nu >> (3 * 8))
    	buf[13] = byte(nu >> (2 * 8))
    	buf[14] = byte(nu >> (1 * 8))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:15:13 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/getting_started_dev.adoc

    <<tutorial_using_tasks.adoc#tutorial_using_tasks,Part 6.>> Using Tasks +
    <<writing_tasks.adoc#writing_tasks,Part 7.>> Writing Tasks +
    <<plugins.adoc#using_plugins,Part 8.>> Using Plugins +
    <<writing_plugins.adoc#writing_plugins,Part 9.>> Writing Plugins +
    
    [[author_tutorial]]
    == 2. Authoring Gradle Builds Tutorial
    
    The tutorial will take you from Gradle initialization all the way through authoring a simple script plugin.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. docs/distributed/distributed-from-config-file.sh

    #!/usr/bin/env bash
    
    set -e
    
    cleanup() {
    	echo "Cleaning up instances of MinIO"
    	pkill minio || true
    	pkill -9 minio || true
    	rm -rf /tmp/xl/ || true
    	rm -rf /tmp/minio.configfile.{1,2,3,4} || true
    }
    
    cleanup
    
    unset MINIO_KMS_KES_CERT_FILE
    unset MINIO_KMS_KES_KEY_FILE
    unset MINIO_KMS_KES_ENDPOINT
    unset MINIO_KMS_KES_KEY_NAME
    
    export MINIO_CI_CD=1
    
    if [ ! -f ./mc ]; then
    	os="$(uname -s)"
    	arch="$(uname -m)"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. docs/site-replication/run-ssec-object-replication-with-compression.sh

    	cat /tmp/minio1_1.log
    	echo "minio2 ============"
    	cat /tmp/minio2_1.log
    
    	exit 1
    }
    
    cleanup() {
    	echo -n "Cleaning up instances of MinIO ..."
    	pkill minio || sudo pkill minio
    	pkill -9 minio || sudo pkill -9 minio
    	rm -rf /tmp/minio{1,2}
    	echo "done"
    }
    
    cleanup
    
    export MINIO_CI_CD=1
    export MINIO_BROWSER=off
    export MINIO_ROOT_USER="minio"
    export MINIO_ROOT_PASSWORD="minio123"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    	'\'': true,
    	'*':  true,
    	'+':  true,
    	'-':  true,
    	'.':  true,
    	'0':  true,
    	'1':  true,
    	'2':  true,
    	'3':  true,
    	'4':  true,
    	'5':  true,
    	'6':  true,
    	'7':  true,
    	'8':  true,
    	'9':  true,
    	'A':  true,
    	'B':  true,
    	'C':  true,
    	'D':  true,
    	'E':  true,
    	'F':  true,
    	'G':  true,
    	'H':  true,
    	'I':  true,
    	'J':  true,
    	'K':  true,
    	'L':  true,
    	'M':  true,
    	'N':  true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. src/os/exec_plan9.go

    	p.pidDeactivate(statusReleased)
    
    	// no need for a finalizer anymore
    	runtime.SetFinalizer(p, nil)
    	return nil
    }
    
    func findProcess(pid int) (p *Process, err error) {
    	// NOOP for Plan 9.
    	return newPIDProcess(pid), nil
    }
    
    // ProcessState stores information about a process, as reported by Wait.
    type ProcessState struct {
    	pid    int              // The process's id.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. guava-tests/benchmark/com/google/common/base/ToStringHelperBenchmark.java

                .add(SHORT_NAME, (short) 4)
                .add(LONG_NAME, (short) 5)
                .addValue((short) 6)
                .add(SHORT_NAME, 7)
                .add(LONG_NAME, 8)
                .addValue(9)
                .add(SHORT_NAME, 10L)
                .add(LONG_NAME, 11L)
                .addValue(12L)
                .add(SHORT_NAME, 13.0f)
                .add(LONG_NAME, 14.0f)
                .addValue(15.0f);
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 19:21:11 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/build/relnote/links.go

    // The caller should skip over the first len(id) bytes of s
    // before further processing.
    func ident(s string) (id string, ok bool) {
    	// Scan [\pL_][\pL_0-9]*
    	n := 0
    	for n < len(s) {
    		if c := s[n]; c < utf8.RuneSelf {
    			if isIdentASCII(c) && (n > 0 || c < '0' || c > '9') {
    				n++
    				continue
    			}
    			break
    		}
    		r, nr := utf8.DecodeRuneInString(s[n:])
    		if unicode.IsLetter(r) {
    			n += nr
    			continue
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top