Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for asNode (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ear {
        deploymentDescriptor {
            version = "1.3"
            withXml {
                asElement()
            }
        }
    }
    ----
    ======
    =====
    
    If you happen to use `asNode()` instead of `asElement()` then nothing changes given `asNode()` simply ignores external DTDs.
    
    You can work around this by running your build with the `javax.xml.accessExternalDTD` system property set to `http`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.Task.setOnlyIf(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Task.java:0)
    Method <org.gradle.api.XmlProvider.asNode()> has arguments/return type groovy.util.Node that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (XmlProvider.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/defaults_test.go

    	s2 := obj2.(*v1.Secret)
    
    	if s2.Type != v1.SecretTypeOpaque {
    		t.Errorf("Expected secret type %v, got %v", v1.SecretTypeOpaque, s2.Type)
    	}
    }
    
    func TestSetDefaultPersistentVolume(t *testing.T) {
    	fsMode := v1.PersistentVolumeFilesystem
    	blockMode := v1.PersistentVolumeBlock
    
    	tests := []struct {
    		name               string
    		volumeMode         *v1.PersistentVolumeMode
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

        }
    
        private void resolveOrFail(ClassNode type, String msg, ASTNode node) {
            if (resolve(type)) {
                return;
            }
            if (resolveToInner(type)) {
                return;
            }
            addError("unable to resolve class " + type.getName() + " " + msg, node);
        }
    
        private void resolveOrFail(ClassNode type, ASTNode node, boolean preferImports) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  5. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    // Mark volume as fsResizeRequired in ASW.
    // Verifies volume's fsResizeRequired flag is cleared later.
    func Test_Run_Positive_VolumeFSResizeControllerAttachEnabled(t *testing.T) {
    	blockMode := v1.PersistentVolumeBlock
    	fsMode := v1.PersistentVolumeFilesystem
    
    	var tests = []struct {
    		name            string
    		volumeMode      *v1.PersistentVolumeMode
    		expansionFailed bool
    		uncertainTest   bool
    		pvName          string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

    import static org.objectweb.asm.Opcodes.ACC_SYNTHETIC;
    import static org.objectweb.asm.Opcodes.ALOAD;
    import static org.objectweb.asm.Opcodes.ARETURN;
    import static org.objectweb.asm.Opcodes.ASTORE;
    import static org.objectweb.asm.Opcodes.ATHROW;
    import static org.objectweb.asm.Opcodes.CHECKCAST;
    import static org.objectweb.asm.Opcodes.DCONST_0;
    import static org.objectweb.asm.Opcodes.DUP;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_386.go

    	49:  "protocol driver not attached",
    	50:  "no CSI structure available",
    	51:  "level 2 halted",
    	52:  "invalid exchange",
    	53:  "invalid request descriptor",
    	54:  "exchange full",
    	55:  "no anode",
    	56:  "invalid request code",
    	57:  "invalid slot",
    	59:  "bad font file format",
    	60:  "device not a stream",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of streams resources",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_amd64.go

    	49:  "protocol driver not attached",
    	50:  "no CSI structure available",
    	51:  "level 2 halted",
    	52:  "invalid exchange",
    	53:  "invalid request descriptor",
    	54:  "exchange full",
    	55:  "no anode",
    	56:  "invalid request code",
    	57:  "invalid slot",
    	59:  "bad font file format",
    	60:  "device not a stream",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of streams resources",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	47:  "operation canceled",
    	48:  "operation not supported",
    	49:  "disc quota exceeded",
    	50:  "bad exchange descriptor",
    	51:  "bad request descriptor",
    	52:  "message tables full",
    	53:  "anode table overflow",
    	54:  "bad request code",
    	55:  "invalid slot",
    	56:  "file locking deadlock",
    	57:  "bad font file format",
    	58:  "owner of the lock died",
    	59:  "lock is not recoverable",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_arm.go

    	49:  "protocol driver not attached",
    	50:  "no CSI structure available",
    	51:  "level 2 halted",
    	52:  "invalid exchange",
    	53:  "invalid request descriptor",
    	54:  "exchange full",
    	55:  "no anode",
    	56:  "invalid request code",
    	57:  "invalid slot",
    	59:  "bad font file format",
    	60:  "device not a stream",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of streams resources",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
Back to top