Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 65 of 65 for pirates (0.48 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    Depending on the format of the metadata of a module, it is mapped differently to the variant-centric representation of the metadata:
    
    - If the module has Gradle Module Metadata, the data structure the rule operates on is very similar to what you find in the module's `.module` file.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/preflight/checks.go

    	return nil, nil
    }
    
    // HTTPProxyCIDRCheck checks if https connection to specific subnet is going
    // to be done directly or over proxy. If proxy detected, it will return warning.
    // Similar to HTTPProxyCheck above, but operates with subnets and uses API
    // machinery transport defaults to simulate kube-apiserver accessing cluster
    // services and pods.
    type HTTPProxyCIDRCheck struct {
    	Proto string
    	CIDR  string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  3. src/index/suffixarray/sais.go

    //   are stripped when creating _32_32 and _64_64 forms.
    //   (Those lines are typically 8-bit-specific optimizations.)
    //
    // - A function with a name ending only in _32 operates on []int32
    //   and is duplicated into a _64 form. (Note that it may still take a []byte,
    //   but there is no need for a version of the function in which the []byte
    //   is widened to a full integer array.)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    In the performance screen, the _"Build cache"_ tab shows you statistics about:
    
    * how many tasks interacted with a cache
    * which cache was used
    * transfer and pack/unpack rates for these cache entries
    
    image::performance/cache-performance.png[title="Inspecting the performance of the build cache for a build"]
    
    The _"Task execution"_ tab shows details about task cacheability.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. doc/asm.html

    This is because the compiler suite (see
    <a href="https://9p.io/sys/doc/compiler.html">this description</a>)
    needs no assembler pass in the usual pipeline.
    Instead, the compiler operates on a kind of semi-abstract instruction set,
    and instruction selection occurs partly after code generation.
    The assembler works on the semi-abstract form, so
    when you see an instruction like <code>MOV</code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
Back to top