Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for Transparent (0.28 sec)

  1. guava-tests/test/com/google/common/io/MoreFilesTest.java

        Path path = tempDir.resolve("grandparent/parent/nonexistent.file");
        Path parent = path.getParent();
        Path grandparent = parent.getParent();
        assertFalse(Files.exists(grandparent));
        assertFalse(Files.exists(parent));
    
        MoreFiles.createParentDirectories(path);
        assertTrue(Files.exists(parent));
        assertTrue(Files.exists(grandparent));
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Jan 29 22:57:05 GMT 2024
    - 27.2K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionTypeProvider.kt

            parent is R && check(parent, this) -> parent
            parent is KtQualifiedExpression && parent.selectorExpression == this -> {
                val grandParent = parent.nonContainerParent
                when {
                    grandParent is R && check(grandParent, parent) -> grandParent
                    else -> null
                }
            }
            else -> null
        }
    }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Mar 26 18:13:17 GMT 2024
    - 24.4K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/FilesTest.java

        }
      }
    
      public void testCreateParentDirs_multipleParentsNeeded() throws IOException {
        File file = file(getTempDir(), "grandparent", "parent", "nonexistent.file");
        File parent = file.getParentFile();
        File grandparent = parent.getParentFile();
        assertFalse(grandparent.exists());
        Files.createParentDirs(file);
        assertTrue(parent.exists());
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 22.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/FilesTest.java

        }
      }
    
      public void testCreateParentDirs_multipleParentsNeeded() throws IOException {
        File file = file(getTempDir(), "grandparent", "parent", "nonexistent.file");
        File parent = file.getParentFile();
        File grandparent = parent.getParentFile();
        assertFalse(grandparent.exists());
        Files.createParentDirs(file);
        assertTrue(parent.exists());
      }
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 22.2K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_NETANALYZER = 240
    pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int
    pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241
    pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int
    pkg syscall (freebsd-386), const DLT_NFLOG = 239
    pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
    pkg syscall (freebsd-386), const DLT_NULL = 0
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.14.md

    * [IPVS] Allow for transparent kube-proxy restarts ([#75283](https://github.com/kubernetes/kubernetes/pull/75283), [@lbernail](https://github.com/lbernail))
    
    
    
    # v1.14.0
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.14.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.12.md

    * Node-Problem-Detector configuration is now decoupled from the Kubernetes release on GKE/GCE. ([#73288](https://github.com/kubernetes/kubernetes/pull/73288), [@wangzhen127](https://github.com/wangzhen127))
    * [IPVS] Allow for transparent kube-proxy restarts ([#75283](https://github.com/kubernetes/kubernetes/pull/75283), [@lbernail](https://github.com/lbernail))
    
    
    
    # v1.12.7
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.12.7
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  8. api/go1.txt

    pkg image, type YCbCr struct, YStride int
    pkg image, type YCbCrSubsampleRatio int
    pkg image, var Black *Uniform
    pkg image, var ErrFormat error
    pkg image, var Opaque *Uniform
    pkg image, var Transparent *Uniform
    pkg image, var White *Uniform
    pkg image, var ZP Point
    pkg image, var ZR Rectangle
    pkg image/color, func ModelFunc(func(Color) Color) Model
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.13.md

    * Node-Problem-Detector configuration is now decoupled from the Kubernetes release on GKE/GCE. ([#73288](https://github.com/kubernetes/kubernetes/pull/73288), [@wangzhen127](https://github.com/wangzhen127))
    * [IPVS] Allow for transparent kube-proxy restarts ([#75283](https://github.com/kubernetes/kubernetes/pull/75283), [@lbernail](https://github.com/lbernail))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_MUX27010 ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NFLOG ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NULL ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top