Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 417 for comprises (0.2 sec)

  1. architecture/environments/operator.md

    `IstioOperatorSpec` has pass-through fields to the Helm values.yaml API, but these are additionally validated through
    a [schema](../operator/pkg/apis/istio/v1alpha1/values_types.proto).
    1. [Controller](#k8s-controller) code. The code comprises the K8s listener, webhook and logic for reconciling the cluster
    to an `IstioOperatorSpec` CR.
    1. [Manifest creation](#manifest-creation) code. User settings are overlaid on top of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. src/image/gif/writer.go

    	buf              [256]byte
    	globalColorTable [3 * 256]byte
    	localColorTable  [3 * 256]byte
    }
    
    // blockWriter writes the block structure of GIF image data, which
    // comprises (n, (n bytes)) blocks, with 1 <= n <= 255. It is the
    // writer given to the LZW encoder, which is thus immune to the
    // blocking.
    type blockWriter struct {
    	e *encoder
    }
    
    func (b blockWriter) setup() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:38:09 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. src/image/gif/reader.go

    	delay    []int
    	disposal []byte
    	image    []*image.Paletted
    	tmp      [1024]byte // must be at least 768 so we can read color table
    }
    
    // blockReader parses the block structure of GIF image data, which comprises
    // (n, (n bytes)) blocks, with 1 <= n <= 255. It is the reader given to the
    // LZW decoder, which is thus immune to the blocking. After the LZW decoder
    // completes, there will be a 0-byte block remaining (0, ()), which is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/writing_build_scripts.adoc

    Gradle then looks for a corresponding build script file, which is used in the configuration phase.
    
    == Build Scripts
    
    Every Gradle build comprises one or more *projects*; a _root_ project and _subprojects_.
    
    A project typically corresponds to a software component that needs to be built, like a library or an application.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 22:22:43 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    .Processing non-source files for a source set
    image::java-sourcesets-process-resources.png[]
    
    As before, the shaded boxes represent properties of the source set, which in this case comprises the locations of the resource files and where they are copied to.
    
    In addition to the `main` source set, the Java Library Plugin defines a `test` source set that represents the project's tests.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  6. src/regexp/regexp.go

    	return 0 // not used
    }
    
    // LiteralPrefix returns a literal string that must begin any match
    // of the regular expression re. It returns the boolean true if the
    // literal string comprises the entire regular expression.
    func (re *Regexp) LiteralPrefix() (prefix string, complete bool) {
    	return re.prefix, re.prefixComplete
    }
    
    // MatchReader reports whether the text returned by the [io.RuneReader]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:50:01 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  7. pkg/kubelet/logs/container_log_manager.go

    	if err != nil {
    		return fmt.Errorf("failed to remove excess logs: %v", err)
    	}
    
    	// Compress uncompressed log files.
    	for _, l := range logs {
    		if strings.HasSuffix(l, compressSuffix) {
    			continue
    		}
    		if err := c.compressLog(l); err != nil {
    			return fmt.Errorf("failed to compress log %q: %v", l, err)
    		}
    	}
    
    	if err := c.rotateLatestLog(ctx, id, log); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 15K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/best-practices/organizing_gradle_projects.adoc

    Furthermore, updating the initialization script logic uniformly can prove challenging.
    
    Custom Gradle distributions are a practical solution to this very problem.
    A custom Gradle distribution is comprised of the standard Gradle distribution plus one or many custom initialization scripts.
    The initialization scripts come bundled with the distribution and are applied every time the build is run.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:16:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. cmd/metacache-entries_test.go

    n.expect-noinput", "src/compress/flate/testdata/null-long-match.wb.expect-noinput", "src/compress/flate/token.go", "src/compress/flate/writer_test.go", "src/compress/gzip/", "src/compress/gzip/example_test.go", "src/compress/gzip/gunzip.go", "src/compress/gzip/gunzip_test.go", "src/compress/gzip/gzip.go", "src/compress/gzip/gzip_test.go", "src/compress/gzip/issue14937_test.go", "src/compress/gzip/testdata/", "src/compress/gzip/testdata/issue6550.gz.base64", "src/compress/lzw/", "src/compress/lzw/reader.go",...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 31.6K bytes
    - Viewed (0)
  10. cmd/metacache-stream_test.go

    est.go", "src/compress/gzip/issue14937_test.go", "src/compress/gzip/testdata/", "src/compress/gzip/testdata/issue6550.gz.base64", "src/compress/lzw/", "src/compress/lzw/reader.go", "src/compress/lzw/reader_test.go", "src/compress/lzw/writer.go", "src/compress/lzw/writer_test.go", "src/compress/testdata/", "src/compress/testdata/e.txt", "src/compress/testdata/gettysburg.txt", "src/compress/testdata/pi.txt", "src/compress/zlib/", "src/compress/zlib/example_test.go", "src/compress/zlib/reader.go", ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 15K bytes
    - Viewed (0)
Back to top