Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for readOnly (0.31 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		}
    
    		pvcStatusCap := pvc.Status.Capacity[v1.ResourceStorage]
    		pvSpecCap := pv.Spec.Capacity[v1.ResourceStorage]
    		if pvcStatusCap.Cmp(pvSpecCap) < 0 {
    			if volumeToMount.VolumeSpec.ReadOnly {
    				simpleMsg, detailedMsg := volumeToMount.GenerateMsg("MountVolume.NodeExpandVolume failed", "requested read-only file system")
    				klog.Warningf(detailedMsg)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        to be zero.
      }];
    }
    
    def ConvertReadonlyReferenceVariablesToResourceVariablesPass :
      Pass<"tf-readonly-references-to-resources", "mlir::func::FuncOp"> {
      let summary = "Convert readonly reference variables to resource variables.";
      let constructor = "TF::CreateConvertReadonlyReferenceVariablesToResourceVariablesPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //		created with -buildmode=shared.
    //	-mod mode
    //		module download mode to use: readonly, vendor, or mod.
    //		By default, if a vendor directory is present and the go version in go.mod
    //		is 1.14 or higher, the go command acts as if -mod=vendor were set.
    //		Otherwise, the go command acts as if -mod=readonly were set.
    //		See https://golang.org/ref/mod#build-commands for details.
    //	-modcacherw
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext(); public boolean contains(Object); public Object get(Object) throws ContextException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

                                attributes, 0 );
                    } catch( SmbAuthException sae ) {
                        if(( dest.attributes & ATTR_READONLY ) != 0 ) {
                                                    /* Remove READONLY and try again
                                                     */
                            dest.setPathInformation( dest.attributes & ~ATTR_READONLY, 0L, 0L );
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    type TxOptions struct {
    	// Isolation is the transaction isolation level.
    	// If zero, the driver or database's default level is used.
    	Isolation IsolationLevel
    	ReadOnly  bool
    }
    
    // RawBytes is a byte slice that holds a reference to memory owned by
    // the database itself. After a [Rows.Scan] into a RawBytes, the slice is only
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext(); public boolean contains(Object); public Object get(Object) throws ContextException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  8. src/database/sql/sql_test.go

    // un-cancellable context.
    func TestUnsupportedOptions(t *testing.T) {
    	db := newTestDB(t, "people")
    	defer closeDB(t, db)
    	_, err := db.BeginTx(context.Background(), &TxOptions{
    		Isolation: LevelSerializable, ReadOnly: true,
    	})
    	if err == nil {
    		t.Fatal("expected error when using unsupported options, got nil")
    	}
    }
    
    func TestMultiResultSetQuery(t *testing.T) {
    	db := newTestDB(t, "people")
    	defer closeDB(t, db)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  9. cluster/gce/util.sh

    # limitations under the License.
    
    # A library of helper functions and constant for the local config.
    
    # Use the config file specified in $KUBE_CONFIG_FILE, or default to
    # config-default.sh.
    readonly GCE_MAX_LOCAL_SSD=8
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/cluster/gce/${KUBE_CONFIG_FILE-"config-default.sh"}"
    source "${KUBE_ROOT}/cluster/common.sh"
    source "${KUBE_ROOT}/hack/lib/util.sh"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  10. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    -placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:10...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
Back to top